Skip to content

Commit

Permalink
Merge pull request #961 from Rushaway/patch-1
Browse files Browse the repository at this point in the history
fix: Typo and version bump
  • Loading branch information
Hackmastr authored Jun 1, 2024
2 parents 4609304 + 7c7a8a3 commit e92f5ca
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 e92f5ca

Please sign in to comment.