From a2566fbb188c47a7a70874e95de757ca4a5f9a34 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 11 Aug 2026 10:12:33 -0400 Subject: Always use SetZoneStateHook() Signed-off-by: Andrew Opalach --- Config.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Config.cs') diff --git a/Config.cs b/Config.cs index 07e3cf4..28031b0 100755 --- a/Config.cs +++ b/Config.cs @@ -1,4 +1,4 @@ -#define SIMPLE_KEYBOARD_LAYER +#define MOUSE_AND_KEYBOARD_LAYER using SharpPluginLoader.Core.Configuration; using SharpPluginLoader.Core.IO; @@ -50,7 +50,7 @@ namespace NewCamera EnableCombo = true; FreeCameraCombo = "RStick,LT"; DisableComboButton1UnlessButton2Held = false; -#if SIMPLE_KEYBOARD_LAYER +#if MOUSE_AND_KEYBOARD_LAYER EnableMouse = true; MouseSensitivity = 0.0225f; EnableKeyboard = true; @@ -61,7 +61,7 @@ namespace NewCamera public bool EnableCombo { get; set; } public String FreeCameraCombo { get; set; } public bool DisableComboButton1UnlessButton2Held { get; set; } -#if SIMPLE_KEYBOARD_LAYER +#if MOUSE_AND_KEYBOARD_LAYER public bool EnableMouse { get; set; } public float MouseSensitivity { get; set; } public bool EnableKeyboard { get; set; } -- cgit v1.2.3-101-g0448