From 880cb401fb110a1408a5a6880a6894aa770c3dc9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 13 Mar 2006 14:35:26 +0000 Subject: [PATCH] fixed bug at26340 (NiLuJe) --- plugins/adminslots.sma | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/adminslots.sma b/plugins/adminslots.sma index f22b5bc0..10f99e11 100755 --- a/plugins/adminslots.sma +++ b/plugins/adminslots.sma @@ -110,12 +110,8 @@ public client_authorized(id) server and kick if they have no slot reservation */ if ((players > gPlayerLimit) && (!access(id, ADMIN_RESERVATION))) { - /* In case player disconnected */ - if (!userid) - { - server_cmd("kick #%d ^"%s^"", userid, reason) - return PLUGIN_CONTINUE - } + server_cmd("kick #%d ^"%s^"", userid, reason) + return PLUGIN_CONTINUE } return PLUGIN_CONTINUE