FIX: El modo demo subia la puntuación online
This commit is contained in:
@@ -771,6 +771,11 @@ bool Game::sendOnlineScore()
|
||||
return true;
|
||||
}
|
||||
|
||||
if (demo.enabled)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
const int score = players[0]->getScore();
|
||||
if (score <= options->online.score)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user