Skip to content

Commit

Permalink
fix: Typo and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushaway authored Jun 1, 2024
1 parent 4609304 commit 7c7a8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/addons/sourcemod/scripting/sbpp_checker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <sourcemod>

#define VERSION "1.8.0"
#define VERSION "1.8.1"
#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
Expand Down Expand Up @@ -401,7 +401,7 @@ public void OnListComms(Database db, DBResultSet results, const char[] error, Da
}

PrintListResponse(clientuid, client, "%sListing comms for %s", Prefix, targetName);
PrintListResponse(clientuid, client, "Ban Date Banned By Length End Date T R Reason");
PrintListResponse(clientuid, client, "Ban Date Blocked By Length End Date T R Reason");
PrintListResponse(clientuid, client, "-------------------------------------------------------------------------------");
while (results.FetchRow())
{
Expand Down

0 comments on commit 7c7a8a3

Please sign in to comment.