mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
No need to have extra slash anymore due to b997a040d7cb5a87607023e41be0420652eb4933
This commit is contained in:
parent
51d8f00418
commit
4b15121f70
@ -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")))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user