From f5093ebf68b02ec6341d302b95511371f0f12aec Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 20 Jun 2007 11:12:50 +0000 Subject: [PATCH] Reserved slots plugin uses KickClient native now --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40999 --- plugins/reservedslots.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/reservedslots.sp b/plugins/reservedslots.sp index ab2183e1..7f5fd136 100644 --- a/plugins/reservedslots.sp +++ b/plugins/reservedslots.sp @@ -84,7 +84,7 @@ public OnClientAuthorized(client, const String:auth[]) } /* Kick player because there are no public slots left */ - ServerCommand("kickid %s %T", auth, "Slot reserved", client); + KickClient(client, "%T", "Slot reserved", client); } }