1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Show root mods only

This commit is contained in:
nordsoft
2023-09-21 22:28:29 +02:00
parent a05f8339ae
commit 4691907f9c
6 changed files with 43 additions and 17 deletions

View File

@@ -572,7 +572,8 @@ bool CServerHandler::validateGameStart(bool allowOnlyAI) const
void CServerHandler::sendStartGame(bool allowOnlyAI) const
{
verifyStateBeforeStart(allowOnlyAI ? true : settings["session"]["onlyai"].Bool());
GH.windows().createAndPushWindow<CLoadingScreen>();
LobbyStartGame lsg;
if(client)
{