Fixing session counter with regard to spectators.

This commit is contained in:
lotodore
2013-06-29 23:44:00 +02:00
parent ec50aa3268
commit 0be7632875
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
void Clear();
unsigned GetRawSessionCount();
unsigned GetEstablishedSessionCount();
unsigned GetSessionCountWithState(int state);
void SendToAllSessions(SenderHelper &sender, boost::shared_ptr<NetPacket> packet, int state);
void SendLobbyMsgToAllSessions(SenderHelper &sender, boost::shared_ptr<NetPacket> packet, int state);