mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
hint about disabled cheats for nullkiller
This commit is contained in:
parent
8b59b78003
commit
e9b2159c0a
@ -828,7 +828,10 @@ void AIGateway::makeTurn()
|
||||
boost::shared_lock<boost::shared_mutex> gsLock(CGameState::mutex);
|
||||
setThreadName("AIGateway::makeTurn");
|
||||
|
||||
cb->sendMessage("vcmieagles");
|
||||
if(cb->getStartInfo()->extraOptionsInfo.cheatsAllowed)
|
||||
cb->sendMessage("vcmieagles");
|
||||
else
|
||||
cb->sendMessage("Nullkiller AI currently requires the ability to cheat in order to function correctly! Please enable!");
|
||||
|
||||
retrieveVisitableObjs();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user