Skip to content

Commit

Permalink
Change default value of flashbang affect thrower
Browse files Browse the repository at this point in the history
  • Loading branch information
BoltonDev authored and Misaka-ZeroTwo committed Nov 15, 2023
1 parent fe3cf8e commit 9ad9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.Events/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public sealed class Config : IConfig
/// Gets or sets a value indicating whether flashbangs flash original thrower.
/// </summary>
[Description("Indicates whether flashbangs flash original thrower.")]
public bool CanFlashbangsAffectThrower { get; set; } = true;
public bool CanFlashbangsAffectThrower { get; set; } = false;

/// <summary>
/// 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.
Expand Down

0 comments on commit 9ad9f76

Please sign in to comment.