1
0
Fork 0

Removed unused cServer::IsConnected() function.

This commit is contained in:
madmaxoft 2013-08-12 07:55:53 +02:00
parent 79ece8eb0d
commit 6914bf4c65
1 changed files with 2 additions and 4 deletions

View File

@ -46,11 +46,9 @@ public: // tolua_export
int GetNumPlayers(void) const { return m_NumPlayers; }
void SetMaxPlayers(int a_MaxPlayers) { m_MaxPlayers = a_MaxPlayers; }
// tolua_end
void BroadcastChat(const AString & a_Message, const cClientHandle * a_Exclude = NULL);
// bool IsConnected(void) const { return m_bIsConnected;} // returns connection status
void BroadcastChat(const AString & a_Message, const cClientHandle * a_Exclude = NULL); // tolua_export
// tolua_end
bool Start(void);