mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-28 03:57:02 +02:00
Unblock spectator interface during AI turns
This commit is contained in:
parent
35fa06008b
commit
289259f64a
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user