More fixes concerning lobby chat.

This commit is contained in:
lotodore
2009-08-15 14:08:48 +00:00
parent 150d8930dc
commit 68ed10fd1e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
SessionWrapper GetSessionByUniquePlayerId(unsigned uniqueId) const;
PlayerDataList GetPlayerDataList() const;
PlayerIdList GetPlayerIdList() const;
PlayerIdList GetPlayerIdList(SessionData::State state) const;
bool IsPlayerConnected(const std::string &playerName) const;
bool IsPlayerConnected(unsigned uniqueId) const;