mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +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);
|
boost::shared_lock<boost::shared_mutex> gsLock(CGameState::mutex);
|
||||||
setThreadName("AIGateway::makeTurn");
|
setThreadName("AIGateway::makeTurn");
|
||||||
|
|
||||||
|
if(cb->getStartInfo()->extraOptionsInfo.cheatsAllowed)
|
||||||
cb->sendMessage("vcmieagles");
|
cb->sendMessage("vcmieagles");
|
||||||
|
else
|
||||||
|
cb->sendMessage("Nullkiller AI currently requires the ability to cheat in order to function correctly! Please enable!");
|
||||||
|
|
||||||
retrieveVisitableObjs();
|
retrieveVisitableObjs();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user