Not sure how I did this, but fixed KickClient include

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401002
This commit is contained in:
Scott Ehlert 2007-06-21 19:51:34 +00:00
parent 9aa64a5d1d
commit 4a82ce501b

View File

@ -505,4 +505,4 @@ native GetClientOfUserId(userid);
* @noreturn
* @error Invalid client index, or client not connected.
*/
native DisconnectClient(client, const String:format[]="", any:...);
native KickClient(client, const String:format[]="", any:...);