OW PkMn spawns close after press R to reload LvL

This commit is contained in:
JappaWakka 2024-07-31 18:36:06 +02:00
parent 97387050c7
commit 689ce95c49
1 changed files with 1 additions and 0 deletions

View File

@ -914,6 +914,7 @@ Public Class Level
Core.OffsetMaps.Clear()
Logger.Debug(String.Format("Reload map file: {0}", Me._levelFile))
Me.Load(LevelFile, True)
Screen.Level.OverworldPokemon.Visible = False
End If
End If