Inform players when another player is no longer allowed to rejoin.

This commit is contained in:
lotodore
2011-12-22 20:10:18 +00:00
parent bc37ac69fd
commit f8c1cdf56e
8 changed files with 30 additions and 35 deletions
-2
View File
@@ -183,8 +183,6 @@ protected:
boost::shared_ptr<PlayerData> GetPlayerDataByUniqueId(unsigned id);
boost::shared_ptr<PlayerData> GetPlayerDataByName(const std::string &name);
void RemoveDisconnectedPlayers();
void AddServerInfo(unsigned serverId, const ServerInfo &info);
void ClearServerInfoMap();
bool GetSelectedServer(unsigned &serverId) const;