Skip to content

Commit d0af722

Browse files
committed
update RegPluginLibrary for sbppchecker
1 parent 649d1da commit d0af722

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.3"
32+
#define VERSION "1.8.4"
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
@@ -95,7 +95,7 @@ public void OnDatabaseConnected(Database db, const char[] error, any data)
9595

9696
public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max)
9797
{
98-
RegPluginLibrary("sourcebans++");
98+
RegPluginLibrary("sourcechecker++");
9999

100100
CreateNative("SBPP_CheckerGetClientsBans", Native_SBCheckerGetClientsBans);
101101
CreateNative("SBPP_CheckerGetClientsComms", Native_SBCheckerGetClientsComms);

0 commit comments

Comments
 (0)