From a8f9073fb0b599148e5a01b4ad6c0c87976c1672 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sat, 10 Nov 2007 02:03:27 +0000 Subject: [PATCH] Addition of second half of amb1051. Immunity from reserved slot kicking without having a reserved slot. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401672 --- plugins/reservedslots.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reservedslots.sp b/plugins/reservedslots.sp index 91a51a32..e4ebe293 100644 --- a/plugins/reservedslots.sp +++ b/plugins/reservedslots.sp @@ -194,7 +194,7 @@ SelectKickClient() new flags = GetUserFlagBits(i); - if (IsFakeClient(i) || flags & ADMFLAG_ROOT || flags & ADMFLAG_RESERVATION) + if (IsFakeClient(i) || flags & ADMFLAG_ROOT || flags & ADMFLAG_RESERVATION || CheckCommandAccess(i, "sm_reskick_immunity", ADMFLAG_RESERVATION, false)) { continue; }