Skip to content

Commit f968ba9

Browse files
Bump gbans
1 parent b288f44 commit f968ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playbooks/roles/sourcemod/files/addons/sourcemod/scripting/gbans/ban.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
any Native_GB_BanClient(Handle plugin, int numParams)
88
{
99
int adminId = GetNativeCell(1);
10-
if(adminId <= 0) {
10+
if(adminId < 0) {
1111
return ThrowNativeError(SP_ERROR_NATIVE, "Invalid adminId index (%d)", adminId);
1212
}
1313

sm_plugins/gbans

Submodule gbans updated 60 files

sm_plugins_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ACCEL_ROOT="$SRC_ROOT/accelerator"
1010
ACCEL_BRANCH="master"
1111

1212
GBANS_ROOT="$SRC_ROOT/gbans"
13-
GBANS_BRANCH="v0.6.2"
13+
GBANS_BRANCH="v0.6.5"
1414
#GBANS_BRANCH="match-tracking"
1515

1616
DISCORD_ROOT="$SRC_ROOT/discord"

0 commit comments

Comments
 (0)