We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d76bc commit 7fa123fCopy full SHA for 7fa123f
Source/Statics/Game.cs
@@ -100,7 +100,7 @@ public static class Mission
100
/// <value>
101
/// Determines whether or not all pacing events are enabled.
102
/// </value>
103
- public static bool IsPacingEventsOn => KTScene.Instance.GameplayState.Mission.PacingEventsEnabled;
+ public static bool IsPacingEvents => KTScene.Instance.GameplayState.Mission.PacingEventsEnabled;
104
105
106
/// The description as it appears in the bomb binder.
0 commit comments