fix(core): Removes UOP file error message (#454)
This commit is contained in:
parent
3f73baf280
commit
590c74a8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue