Skip to content

Commit

Permalink
changed chat prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhunter3 committed Jan 11, 2024
1 parent fde739d commit c5d9342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HNSFreeze.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class HNSFreeze : BasePlugin
public override string ModuleDescription => "Decoy Freeze-CT & NoFlash-T for HNS Gamemode .";

public static readonly string LogPrefix = $"[HNS Freeze {Version}] ";
public static readonly string MessagePrefix = $"[{ChatColors.Blue}HNS Freeze{ChatColors.White}] ";
public static readonly string MessagePrefix = $"[{ChatColors.Blue}Freeze{ChatColors.White}] ";


//freeze time in ticks
Expand Down

0 comments on commit c5d9342

Please sign in to comment.