Skip to content

Commit ce2f234

Browse files
authored
Adjust major version
1 parent d0af722 commit ce2f234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game/addons/sourcemod/scripting/sbpp_checker.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include <sourcemod>
3131

32-
#define VERSION "1.8.4"
32+
#define VERSION "1.9.0"
3333
#define LISTBANS_USAGE "sm_listbans <#userid|name> - Lists a user's prior bans from Sourcebans"
3434
#define LISTCOMMS_USAGE "sm_listcomms <#userid|name> - Lists a user's prior comms from Sourcebans"
3535
#define INVALID_TARGET -1
@@ -655,4 +655,4 @@ stock void LateLoading()
655655
GetClientAuthId(i, AuthId_Steam2, sSteam32ID, sizeof(sSteam32ID));
656656
OnClientAuthorized(i, sSteam32ID);
657657
}
658-
}
658+
}

0 commit comments

Comments
 (0)