Skip to content

Commit

Permalink
Updated description for InstadefusePlugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Sep 2, 2024
1 parent 2d0bd83 commit 20ff17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstadefusePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class InstadefusePlugin : BasePlugin
public override string ModuleName => "Instadefuse Plugin";
public override string ModuleVersion => Version;
public override string ModuleAuthor => "B3none";
public override string ModuleDescription => "Allows a CT to instantly defuse the bomb when nothing can prevent defusal.";
public override string ModuleDescription => "https://github.com/B3none/cs2-instadefuse";

public static readonly string LogPrefix = $"[Instadefuse {Version}] ";
public static string MessagePrefix = $"[{ChatColors.Green}Retakes{ChatColors.White}] ";
Expand Down

0 comments on commit 20ff17d

Please sign in to comment.