mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 07:15:48 +02:00
Fix tokens not being reload after exiting gamemode
This commit is contained in:
parent
724a4a642d
commit
d1698db4ba
@ -296,7 +296,8 @@
|
|||||||
Chat.ClearChat()
|
Chat.ClearChat()
|
||||||
ScriptStorage.Clear()
|
ScriptStorage.Clear()
|
||||||
GameModeManager.SetGameModePointer("Kolben")
|
GameModeManager.SetGameModePointer("Kolben")
|
||||||
Localization.LoadTokenFile(GameModeManager.ActiveGameMode.LocalizationsPath, False)
|
Localization.LocalizationTokens.Clear()
|
||||||
|
Localization.LoadTokenFile(GameMode.DefaultLocalizationsPath, False)
|
||||||
Core.SetScreen(New PressStartScreen())
|
Core.SetScreen(New PressStartScreen())
|
||||||
Core.Player.loadedSave = False
|
Core.Player.loadedSave = False
|
||||||
End Sub
|
End Sub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user