amxconst: Purge tabs

This commit is contained in:
Valentin Grünbacher 2014-08-07 23:13:03 +02:00
parent a63042d961
commit b096f94ca4

View File

@ -1352,7 +1352,7 @@ native client_cmd(index, const command[], any:...);
* hooks. For an alternative that does, see amxclient_cmd().
*
* @param index Client index, use 0 to execute from all clients.
* @param command The client command to execute on
* @param command Client command to execute on
* @param arg1 Optional command arguments
* @param arg2 Optional command arguments
*