We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191085 commit 2e39c06Copy full SHA for 2e39c06
Server/mods/deathmatch/logic/CMainConfig.cpp
@@ -856,7 +856,7 @@ bool CMainConfig::AddMissingSettings()
856
if (!g_pGame->IsUsingMtaServerConf())
857
return false;
858
859
- const SString& templateFileName = PathJoin(g_pServerInterface->GetServerModPath(), "mtaserver.conf.template");
+ const SString templateFileName = PathJoin(g_pServerInterface->GetServerModPath(), "mtaserver.conf.template");
860
861
if (!FileExists(templateFileName))
862
0 commit comments