Small fixes.

This commit is contained in:
lotodore
2009-09-27 21:46:44 +00:00
parent 5095c03926
commit d28fe8eee7
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public:
SessionWrapper GetSessionById(SessionId id) const;
SessionWrapper GetSessionByPlayerName(const std::string playerName) const;
SessionWrapper GetSessionByUniquePlayerId(unsigned uniqueId, bool preInitSessions = false) const;
SessionWrapper GetSessionByUniquePlayerId(unsigned uniqueId, bool initSessions = false) const;
PlayerDataList GetPlayerDataList() const;
PlayerIdList GetPlayerIdList(SessionData::State state) const;