Reserved slots plugin uses KickClient native now
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40999
This commit is contained in:
parent
243d31b7a6
commit
f5093ebf68
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user