From 9ad9f766c5f64593aaea572a8a44f8ffc3c9e69c Mon Sep 17 00:00:00 2001 From: BoltonII Date: Tue, 14 Nov 2023 23:44:20 +0100 Subject: [PATCH] Change default value of flashbang affect thrower --- Exiled.Events/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exiled.Events/Config.cs b/Exiled.Events/Config.cs index f48f75395d..006be02b2a 100644 --- a/Exiled.Events/Config.cs +++ b/Exiled.Events/Config.cs @@ -54,7 +54,7 @@ public sealed class Config : IConfig /// Gets or sets a value indicating whether flashbangs flash original thrower. /// [Description("Indicates whether flashbangs flash original thrower.")] - public bool CanFlashbangsAffectThrower { get; set; } = true; + public bool CanFlashbangsAffectThrower { get; set; } = false; /// /// Gets or sets a value indicating whether the name tracking (invisible EXILED version string added to the end of the server name) is enabled or not.