limitrank - draft with return false always
This commit is contained in:
@@ -126,6 +126,9 @@ public:
|
||||
void SetPlayerData(boost::shared_ptr<PlayerData> player);
|
||||
boost::shared_ptr<PlayerData> GetPlayerData();
|
||||
|
||||
void SetPlayerLastGames(std::array<std::time_t> lastGames);
|
||||
std::array<std::time_t> GetPlayerLastGames();
|
||||
|
||||
std::string GetRemoteIPAddressFromSocket() const;
|
||||
|
||||
protected:
|
||||
@@ -159,6 +162,8 @@ private:
|
||||
std::string m_password;
|
||||
boost::shared_ptr<PlayerData> m_playerData;
|
||||
|
||||
std::array<std::time_t> m_lastGames;
|
||||
|
||||
mutable boost::mutex m_dataMutex;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user