mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 22:40:26 +00:00
No need to have extra slash anymore due to b997a040d7
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ PathManager* PathManager::LoadPathFile(const char* ZoneName)
|
|||||||
|
|
||||||
strlwr(LowerCaseZoneName);
|
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")))
|
if((PathFile = fopen(ZonePathFileName, "rb")))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user