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