limit rank games per time unit implemented

This commit is contained in:
Kai Philipp
2019-11-20 18:19:46 +01:00
parent add886ebee
commit 7c538fc436
22 changed files with 312 additions and 13 deletions
+5
View File
@@ -93,6 +93,11 @@ ServerDBGeneric::SetGamePlayerPlace(unsigned /*requestId*/, DB_id /*playerId*/,
{
}
void
ServerDBGeneric::SetPlayerLastGames(unsigned /*requestId*/, DB_id /*playerId*/, std::vector<long> /*last_games*/, std::string /*playerIp*/)
{
}
void
ServerDBGeneric::EndGame(unsigned /*requestId*/)
{