mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 01:05:22 +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()
|
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
|
Loading…
x
Reference in New Issue
Block a user