dialogove okno - chyba přihlášení

main
Michal 2025-02-14 19:18:42 +01:00
parent 064bbdeb46
commit 16bbf9ee0f
1 changed files with 1 additions and 2 deletions

View File

@ -111,12 +111,11 @@ public class ClientMessageParser {
// aktualizace UI // aktualizace UI
UIUpdater.updateMapTree(); UIUpdater.updateMapTree();
UIUpdater.updateTray(); UIUpdater.updateTray();
UIUpdater.updateMapView();
break; break;
} }
} }
} }
SoundManager.changeStatus(status); SoundManager.changeStatus(status);
} }