FIX: La máxima puntuación no se actualizaba correctamente en el marcador cuando se jugaba con puntuaciones online activadas

This commit is contained in:
2023-09-27 19:42:26 +02:00
parent 8fa40c802e
commit 744f5d5711
3 changed files with 45 additions and 25 deletions

View File

@@ -82,7 +82,7 @@ void EnterID::checkEvents()
{
if (eventHandler->key.keysym.scancode == SDL_SCANCODE_RETURN)
{
options->online.jailerID = (std::string)name;
options->online.jailerID = toLower((std::string)name);
endSection();
break;
}