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