Allow the server to send a global notice to all players (for example if a server reboot is going to happen). Does not work with current client version 0.6.3.

This commit is contained in:
lotodore
2008-12-26 13:50:09 +00:00
parent 5623e0865d
commit 4f48fdbe2a
4 changed files with 50 additions and 6 deletions
+2
View File
@@ -70,6 +70,8 @@ public:
bool KickPlayerByName(const std::string &playerName);
void RemovePlayer(unsigned playerId, unsigned errorCode);
void SendGlobalNotice(const std::string &message);
void AddComputerPlayer(boost::shared_ptr<PlayerData> player);
void RemoveComputerPlayer(boost::shared_ptr<PlayerData> player);