mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Changed bot config file to "nsbots.cfg"
This commit is contained in:
parent
348968e9a5
commit
f6982dbc0d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue