mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Unblock spectator interface during AI turns
This commit is contained in:
@@ -416,6 +416,7 @@ void CClient::initPlayerEnvironments()
|
||||
Settings session = settings.write["session"];
|
||||
session["spectate"].Bool() = true;
|
||||
session["spectate-skip-battle-result"].Bool() = true;
|
||||
session["spectate-ignore-hero"].Bool() = true;
|
||||
}
|
||||
|
||||
if(settings["session"]["spectate"].Bool())
|
||||
|
Reference in New Issue
Block a user