Changed bot config file to "nsbots.cfg"

This commit is contained in:
RGreenlees 2024-02-06 16:14:42 +00:00 committed by pierow
parent 348968e9a5
commit f6982dbc0d

View file

@ -148,7 +148,7 @@ void CONFIG_ParseConfigFile()
CurrentSkillLevel = "default";
string BotConfigFile = string(getModDirectory()) + "/bots.cfg";
string BotConfigFile = string(getModDirectory()) + "/nsbots.cfg";
const char* filename = BotConfigFile.c_str();