]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
get rid of "this command only works on servers" error, because such commands ARE...
authorRudolf Polzer <divverent@alientrap.org>
Thu, 26 Jan 2012 20:23:20 +0000 (21:23 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 26 Jan 2012 20:23:20 +0000 (21:23 +0100)
commands.cfg

index c4fa9a2304600be594d84898df94cd9ef64151b6..b3a9062d29a3b3b0da16f48d0b1361cdcfdbc96b 100644 (file)
@@ -12,7 +12,8 @@ _if_dedicated alias if_client ""
 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 $${* !}"