Fix offline savegames not reset when quit new game

This commit is contained in:
JappaWakka 2023-04-28 09:20:27 +02:00
parent 2689467a7c
commit b02542ff67

View File

@ -2098,7 +2098,6 @@
Public Sub Unload() Public Sub Unload()
'This function clears all data from the loaded player and restores the default values. 'This function clears all data from the loaded player and restores the default values.
If loadedSave = True Then
'Clearning lists: 'Clearning lists:
Pokemons.Clear() Pokemons.Clear()
Pokedexes.Clear() Pokedexes.Clear()
@ -2178,7 +2177,6 @@
EmblemBackground = "standard" EmblemBackground = "standard"
ResetNewLevel() ResetNewLevel()
End If
End Sub End Sub
End Class End Class