]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix settemp alias
authorRudolf Polzer <divverent@alientrap.org>
Thu, 19 Jan 2012 19:09:29 +0000 (20:09 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 19 Jan 2012 19:09:29 +0000 (20:09 +0100)
commands.cfg

index b23a1e8474575e2f3c4a11222bac087a5e16aa5f..c4fa9a2304600be594d84898df94cd9ef64151b6 100644 (file)
@@ -221,7 +221,7 @@ alias movetoauto "moveplayer ${1 ?} auto"
 //  Aliases for settemp subsystem. Warning: Do not touch. 
 //  Usage: settemp variable value, next map resets it.
 // =======================================================
-alias settemp "qc_cmd_svcl settemp $$*"
+alias settemp "qc_cmd_svcl settemp $*"
 alias settemp_restore "qc_cmd_svcl settemp_restore"