diff options
Diffstat (limited to 'src/game/Maps/Map.cpp')
-rw-r--r-- | src/game/Maps/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Maps/Map.cpp b/src/game/Maps/Map.cpp index 02733b7aea..c073d7a842 100644 --- a/src/game/Maps/Map.cpp +++ b/src/game/Maps/Map.cpp @@ -107,7 +107,7 @@ bool Map::ExistVMap(uint32 mapid, int gx, int gy) void Map::LoadMMap(int gx, int gy) { - if (!MMAP::MMapFactory::IsPathfindingEnabled(this, true)) // pussywizard + if (!MMAP::MMapFactory::IsPathfindingEnabled(this)) // pussywizard return; int mmapLoadResult = MMAP::MMapFactory::createOrGetMMapManager()->loadMap(GetId(), gx, gy); |