Store hash of last used avatar in db.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
virtual void Start() {}
|
||||
virtual void Stop() {}
|
||||
|
||||
virtual void AsyncPlayerLogin(unsigned requestId, const std::string &playerName) {}
|
||||
virtual void AsyncPlayerLogin(unsigned requestId, const std::string &playerName, const std::string &avatarHash) {}
|
||||
virtual void PlayerLogout(DB_id playerId) {}
|
||||
|
||||
virtual void AsyncCreateGame(unsigned requestId, const std::string &gameName) {}
|
||||
|
||||
Reference in New Issue
Block a user