diff --git a/Projects/Server/TileMatrix/TileMatrix.cs b/Projects/Server/TileMatrix/TileMatrix.cs index 6363a9f7a..5a4bd3271 100644 --- a/Projects/Server/TileMatrix/TileMatrix.cs +++ b/Projects/Server/TileMatrix/TileMatrix.cs @@ -69,7 +69,7 @@ namespace Server if (fileIndex != 0x7F) { - var mapPath = Core.FindDataFile($"map{fileIndex}LegacyMUL.uop", false, true); + var mapPath = Core.FindDataFile($"map{fileIndex}LegacyMUL.uop", false); if (mapPath != null) {