diff --git a/plugins/include/console.inc b/plugins/include/console.inc index 84125f50..ec0258a2 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -113,16 +113,6 @@ functag ConCmd Action:public(client, argCount); native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:description[]="", flags=0); #if 0 -/** - * Hooks a specific client-only command. - * - * @param cmd String to match against the beginning of each client command. - * @param callback A function to use as a callback for when the command is invoked. - * @param description Optional description string to use for help. - * @noreturn - */ -native RegClientCmd(const String:cmd[], ConCmd:callback, const String:description[]=""); - /** * Creates a console command as an administrative command. If the command does not exist, * it is created. This command cannot be used to create duplicate admin commands.