No need to have extra slash anymore due to b997a040d7

This commit is contained in:
JJ
2016-06-04 19:53:22 -04:00
parent 51d8f00418
commit 4b15121f70
+1 -1
View File
@@ -52,7 +52,7 @@ PathManager* PathManager::LoadPathFile(const char* ZoneName)
strlwr(LowerCaseZoneName);
snprintf(ZonePathFileName, 250, "%s/%s.path", Config->MapDir.c_str(),LowerCaseZoneName);
snprintf(ZonePathFileName, 250, "%s%s.path", Config->MapDir.c_str(), LowerCaseZoneName);
if((PathFile = fopen(ZonePathFileName, "rb")))
{