fixed crash when returning to menu after undoing previous commit

This commit is contained in:
FL
2021-08-12 16:23:27 -03:00
committed by infinitefusion
parent f54959c136
commit 88488f1496
2 changed files with 0 additions and 1 deletions

View File

@@ -269,7 +269,6 @@ class PokemonPauseMenu
scene = PokemonSave_Scene.new
screen = PokemonSaveScreen.new(scene)
screen.pbSaveScreen
resetPlayerPosition
$game_temp.to_title = true
return
else