From ceb7fb087ce46c31edb32249029484dcf556e3d4 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 14 Jan 2024 00:42:05 +0100 Subject: [PATCH] Adjusted default values. --- OpenCS2hock/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCS2hock/Settings.cs b/OpenCS2hock/Settings.cs index fb6b640..f615d35 100644 --- a/OpenCS2hock/Settings.cs +++ b/OpenCS2hock/Settings.cs @@ -12,13 +12,13 @@ public struct Settings public Range IntensityRange = new () { Min = 0, - Max = 100 + Max = 50 }; public Range DurationRange = new() { Min = 1000, - Max = 2000 + Max = 1000 }; public Dictionary Actions = new()