From 590c74a8fe1941839a78836eb65025233b736de6 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 4 Feb 2021 10:49:36 -0800 Subject: [PATCH] fix(core): Removes UOP file error message (#454) --- Projects/Server/TileMatrix/TileMatrix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {