fix(core): Removes UOP file error message (#454)

This commit is contained in:
Kamron Batman 2021-02-04 10:49:36 -08:00 • committed by GitHub
parent 3f73baf280
commit 590c74a8fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{