Enabling banning a player from the client (as admin).

This commit is contained in:
lotodore
2013-02-28 20:38:37 +01:00
parent 44b90f9433
commit 0052de02e1
5 changed files with 20 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ public:
void SendReportAvatar(unsigned reportedPlayerId, const std::string &avatarHash);
void SendReportGameName(unsigned reportedGameId);
void SendAdminRemoveGame(unsigned removeGameId);
void SendAdminBanPlayer(unsigned playerId);
void StartAsyncRead();
virtual void CloseSession(boost::shared_ptr<SessionData> session);