diff options
Diffstat (limited to '')
-rw-r--r-- | source/cServer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cServer.h b/source/cServer.h index 22c4d7ef6..dc1de96cd 100644 --- a/source/cServer.h +++ b/source/cServer.h @@ -38,8 +38,7 @@ public: //tolua_export bool IsConnected(){return m_bIsConnected;} // returns connection status
void StartListenClient(); // Listen to client
- void Broadcast(const cPacket & a_Packet, cClientHandle* a_Exclude = NULL) { Broadcast(&a_Packet, a_Exclude); }
- void Broadcast(const cPacket * a_Packet, cClientHandle* a_Exclude = NULL);
+ void Broadcast(const cPacket & a_Packet, cClientHandle* a_Exclude = NULL);
bool Tick(float a_Dt);
|