Skip to content

Commit

Permalink
Removed redundant field initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Feb 7, 2024
1 parent 10e7fac commit 9326096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class RetakesPlugin : BasePlugin

// These two static variables are overwritten in the Load / OnMapStart with config values.
public static string MessagePrefix = $"[{ChatColors.Green}Retakes{ChatColors.White}] ";
public static bool IsDebugMode = false;
public static bool IsDebugMode;
#endregion

#region Helpers
Expand Down

0 comments on commit 9326096

Please sign in to comment.