Update sessionmanager.h

This commit is contained in:
lotodore
2016-08-13 14:35:57 +02:00
committed by GitHub
parent 6bd0808427
commit 002eea3ccb
+1 -1
View File
@@ -64,7 +64,7 @@ public:
bool IsPlayerConnected(const std::string &playerName) const;
bool IsPlayerConnected(unsigned uniqueId) const;
bool IsClientAddressConnected(const std::string &clientAddress) const;
bool IsGuestAllowedToConnect(const std::string &clientAddress, int) const;
bool IsGuestAllowedToConnect(const std::string &clientAddress) const;
void ForEach(boost::function<void (boost::shared_ptr<SessionData>)> func);