Kicking players at the beginning of a network game now works.
This commit is contained in:
@@ -59,6 +59,7 @@ public:
|
||||
int getCurrentGameID() const { return currentGameID; }
|
||||
|
||||
void sendChatMessage(const std::string &message);
|
||||
void kickPlayer(const std::string &playerName);
|
||||
|
||||
bool isNetworkClientRunning() const; // TODO hack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user