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. #