Made an exception to save disable rule

This commit is contained in:
JappaWakka 2022-10-06 21:24:18 +02:00
parent 470ccdff4f
commit 683c21ba09
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@
Case "|||" & Core.Player.Name
Core.SetScreen(New NewTrainerScreen(Me))
Case "Save"
If CBool(GameModeManager.GetGameRuleValue("SavingDisabled", "0")) = True Then
If CBool(GameModeManager.GetGameRuleValue("SavingDisabled", "0")) = True AndAlso Core.Player.SandBoxMode = False Then
Dim s As Screen = Core.CurrentScreen
While Not s.PreScreen Is Nothing And s.Identification <> Identifications.OverworldScreen
s = s.PreScreen