Skip to content

Commit

Permalink
Config file change
Browse files Browse the repository at this point in the history
Script will now look for the correct config file
  • Loading branch information
talamortis authored Mar 11, 2019
1 parent 23330ea commit 022c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/premium.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class premium_world : public WorldScript
std::string cfg_file = conf_path + "/premium.conf";

#if PLATFORM == PLATFORM_WINDOWS
cfg_file = "my_custom.conf";
cfg_file = "premium.conf";
#endif
std::string cfg_def_file = cfg_file + ".dist";

Expand Down

0 comments on commit 022c441

Please sign in to comment.