possible fix for windows path issue

This commit is contained in:
Lion Kortlepel
2021-09-20 16:59:42 +02:00
parent 238577a4f7
commit d84051bdd3
2 changed files with 6 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ void TConfig::CreateConfigFile(std::string_view name) {
beammp_error("There was no \"" + std::string(ConfigFileName) + "\" file (this is normal for the first time running the server), so one was generated for you. It was automatically filled with the settings from your Server.cfg, if you have one. Please open ServerConfig.toml and ensure your AuthKey and other settings are filled in and correct, then restart the server. The old Server.cfg file will no longer be used and causes a warning if it exists from now on.");
mFailed = true;
ofs.close();
// FIXME
WriteSendErrors(std::string(name));
} else {
beammp_error("Couldn't create " + std::string(name) + ". Check permissions, try again, and contact support if it continues not to work.");