Reserved slots plugin uses KickClient native now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40999
This commit is contained in:
Scott Ehlert 2007-06-20 11:12:50 +00:00
parent 243d31b7a6
commit f5093ebf68

View File

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