From 1f0ab88e9fdc05f7486572d1d42f8be877d1f2af Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Sun, 4 Aug 2024 12:18:57 +0200 Subject: [PATCH] Change a default config action for Crowd Control --- src/shared/util/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/util/Config.h b/src/shared/util/Config.h index 2a1b291b..9f82f5dc 100644 --- a/src/shared/util/Config.h +++ b/src/shared/util/Config.h @@ -162,8 +162,8 @@ Enabled = false # Prevents new effects from happening when the recent effect list is full. # Check Drawing.NumRecentEffects for the amount of effects drawn on screen. -# Default: true -PreventNewEffectsWhenFull = true +# Default: false +PreventNewEffectsWhenFull = false # Ensures that effects overriding one another aren't activated at the same time. #