diff --git a/src/ST-Player/PlayerTimer.cs b/src/ST-Player/PlayerTimer.cs index 4d7da97..5878205 100644 --- a/src/ST-Player/PlayerTimer.cs +++ b/src/ST-Player/PlayerTimer.cs @@ -38,6 +38,7 @@ public void Reset() this.Checkpoint = 0; this.IsPaused = false; this.IsPracticeMode = false; + this.IsStageMode = false; this.CurrentRunData.Reset(); }