From bb1889012cd1c8a89d93d3b988c164215425c315 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Thu, 19 Jan 2012 20:09:29 +0100
Subject: [PATCH] fix settemp alias

---
 commands.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands.cfg b/commands.cfg
index b23a1e8474..c4fa9a2304 100644
--- a/commands.cfg
+++ b/commands.cfg
@@ -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"
 
 
-- 
2.39.5