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); } }