r4527 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 27 10:05:37 EDT 2008


Author: div0
Date: 2008-09-27 10:05:37 -0400 (Sat, 27 Sep 2008)
New Revision: 4527

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
fix setreport (thanks Ronan)


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-09-27 13:46:24 UTC (rev 4526)
+++ trunk/data/defaultNexuiz.cfg	2008-09-27 14:05:37 UTC (rev 4527)
@@ -3,7 +3,7 @@
 
 // changes a cvar and reports it to the server (for the menu to notify the
 // server about changes)
-alias setreport "set $1 $2 ; sendcvar $1"
+alias setreport "set \"$1\" \"$2\" ; sendcvar \"$1\""
 
 // detect dedicated server
 alias "_detect_dedicated_$qport" "$*"




More information about the nexuiz-commits mailing list