diff --git a/Assets/Scripts/Games/TotemClimb/TotemClimb.cs b/Assets/Scripts/Games/TotemClimb/TotemClimb.cs index ffc4687e3..c4e4aa010 100644 --- a/Assets/Scripts/Games/TotemClimb/TotemClimb.cs +++ b/Assets/Scripts/Games/TotemClimb/TotemClimb.cs @@ -109,7 +109,7 @@ namespace HeavenStudio.Games private double _pillarEndBeat = double.MaxValue; public double PillarEndBeat => _pillarEndBeat; - private bool _useEndTotem = true; + private bool _useEndTotem = false; public bool UseEndTotem => _useEndTotem; [NonSerialized] public List _tripleEvents = new();