Merge pull request #315 from lotodore/patch-1

Update sessionmanager.h
This commit is contained in:
lotodore
2016-08-13 14:44:43 +02:00
committed by GitHub
+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);