'ReservedSlot/scripting/ReservedSlot.sp' ändern

This commit is contained in:
D()G@N 2017-11-17 16:57:12 +01:00
parent fa4967c4d3
commit 6491c3d2b6

View File

@ -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