No need to have extra slash anymore due to b997a040d7cb5a87607023e41be0420652eb4933

This commit is contained in:
JJ 2016-06-04 19:53:22 -04:00
parent 51d8f00418
commit 4b15121f70

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")))
{