Skip to content

Commit

Permalink
checker: restore message colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Nov 19, 2018
1 parent d1d581a commit 94d55b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/addons/sourcemod/scripting/sbpp_checker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define LISTBANS_USAGE "sm_listbans <#userid|name> - Lists a user's prior bans from Sourcebans"
#define LISTCOMMS_USAGE "sm_listcomms <#userid|name> - Lists a user's prior comms from Sourcebans"
#define INVALID_TARGET -1
#define Prefix "[SourceBans++] "
#define Prefix "\x04[SourceBans++]\x01 "

char g_DatabasePrefix[10] = "sb";
SMCParser g_ConfigParser;
Expand Down

0 comments on commit 94d55b5

Please sign in to comment.