Skip to content

Commit 2e39c06

Browse files
fix
1 parent d191085 commit 2e39c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/CMainConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ bool CMainConfig::AddMissingSettings()
856856
if (!g_pGame->IsUsingMtaServerConf())
857857
return false;
858858

859-
const SString& templateFileName = PathJoin(g_pServerInterface->GetServerModPath(), "mtaserver.conf.template");
859+
const SString templateFileName = PathJoin(g_pServerInterface->GetServerModPath(), "mtaserver.conf.template");
860860

861861
if (!FileExists(templateFileName))
862862
return false;

0 commit comments

Comments
 (0)