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…
Reference in New Issue