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
1 changed files with 1 additions and 1 deletions

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();