if_client alias if_dedicated ""
if_dedicated "alias" qc_cmd_sv "sv_cmd $$*"
-if_client "alias" qc_cmd_sv "echo This command only works on servers: sv_cmd $${* !}"
+if_client "alias" qc_cmd_sv "sv_cmd $$*"
+// if_client "alias" qc_cmd_sv "echo This command only works on servers: sv_cmd $${* !}"
if_dedicated "alias" qc_cmd_cl "echo This command only works on clients: cl_cmd $${* !}"
if_client "alias" qc_cmd_cl "cl_cmd $$*"
if_dedicated "alias" qc_cmd_cmd "echo This command only works on clients: cmd $${* !}"