Skip to content

Commit 7fa123f

Browse files
committed
Game: Renamed IsPacingEventsOn to IsPacingEvents
1 parent 39d76bc commit 7fa123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Statics/Game.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static class Mission
100100
/// <value>
101101
/// Determines whether or not all pacing events are enabled.
102102
/// </value>
103-
public static bool IsPacingEventsOn => KTScene.Instance.GameplayState.Mission.PacingEventsEnabled;
103+
public static bool IsPacingEvents => KTScene.Instance.GameplayState.Mission.PacingEventsEnabled;
104104

105105
/// <value>
106106
/// The description as it appears in the bomb binder.

0 commit comments

Comments
 (0)