Added kick function with player name.
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
|
||||
void sendChatMessage(const std::string &message);
|
||||
void kickPlayer(unsigned playerId);
|
||||
void kickPlayer(const std::string &playerName);
|
||||
|
||||
bool isNetworkClientRunning() const; // TODO hack
|
||||
bool isNetworkServerRunning() const; // TODO hack
|
||||
|
||||
Reference in New Issue
Block a user