Fix next map not being displayed on the lobby UI after map vote (#23231)

Fix map not being displayed in lobby ui after map vote
This commit is contained in:
Kot
2023-12-30 21:51:36 +04:00
committed by GitHub
parent 37a32b7a0b
commit f8c83b7134
2 changed files with 13 additions and 4 deletions

View File

@@ -107,8 +107,8 @@ namespace Content.Server.GameTicking
return;
Preset = preset;
UpdateInfoText();
ValidateMap();
UpdateInfoText();
if (force)
{