mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +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()
|
||||
ScriptStorage.Clear()
|
||||
GameModeManager.SetGameModePointer("Kolben")
|
||||
Localization.LoadTokenFile(GameModeManager.ActiveGameMode.LocalizationsPath, False)
|
||||
Localization.LocalizationTokens.Clear()
|
||||
Localization.LoadTokenFile(GameMode.DefaultLocalizationsPath, False)
|
||||
Core.SetScreen(New PressStartScreen())
|
||||
Core.Player.loadedSave = False
|
||||
End Sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user