mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +02:00
Fix offline savegames not reset when quit new game
This commit is contained in:
parent
2689467a7c
commit
b02542ff67
@ -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
|
Loading…
x
Reference in New Issue
Block a user