From 6491c3d2b6afa274f3dddc4d9230065bbc03fd38 Mon Sep 17 00:00:00 2001 From: "D()G@N" Date: Fri, 17 Nov 2017 16:57:12 +0100 Subject: [PATCH] =?UTF-8?q?'ReservedSlot/scripting/ReservedSlot.sp'=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReservedSlot/scripting/ReservedSlot.sp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ReservedSlot/scripting/ReservedSlot.sp b/ReservedSlot/scripting/ReservedSlot.sp index 57d23b14..8660f40f 100644 --- a/ReservedSlot/scripting/ReservedSlot.sp +++ b/ReservedSlot/scripting/ReservedSlot.sp @@ -199,19 +199,6 @@ stock bool KickValidClient(const char[] sName, const char[] sSteam32ID, AdminId } } /* Alive non-donator with IdleTime > 30 */ - - /* Non-donator with highest connection time - * Sort by connection time and don't kick donators and item owners. - */ - if(!Donator && !HasItem) - { - if(ConnectionTime > HighestValue[3]) - { - HighestValue[3] = ConnectionTime; - HighestValueClient[3] = client; - } - } - /* Non-donator with highest connection time */ } // Check if any condition was met in the correct order and perform kick