bot: disable fake bot features by default (ref #575)
This commit is contained in:
parent
9bc72e90c4
commit
b72f8a2ef9
9 changed files with 104 additions and 32 deletions
|
|
@ -670,6 +670,7 @@ void BotConfig::loadCustomConfig () {
|
|||
m_custom["ZMDetectCvar"] = "zp_delay";
|
||||
m_custom["ZMDelayCvar"] = "zp_delay";
|
||||
m_custom["ZMInfectedTeam"] = "T";
|
||||
m_custom["EnableFakeBotFeatures"] = "no";
|
||||
};
|
||||
|
||||
setDefaults ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue