[nexuiz-commits] r8485 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 6 10:01:53 EST 2010


Author: fruitiex
Date: 2010-01-06 10:01:53 -0500 (Wed, 06 Jan 2010)
New Revision: 8485

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
movetoteam alias fix


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2010-01-06 14:43:31 UTC (rev 8484)
+++ trunk/data/defaultNexuiz.cfg	2010-01-06 15:01:53 UTC (rev 8485)
@@ -92,11 +92,11 @@
 alias team_auto "cmd selectteam auto; cmd join"
 bind f6 team_auto
 
-alias movetoteam_red "sv_cmd movetoteam $* red"
-alias movetoteam_blue "sv_cmd movetoteam $* blue"
-alias movetoteam_pink "sv_cmd movetoteam $* pink"
-alias movetoteam_yellow "sv_cmd movetoteam $* yellow"
-alias movetoteam_auto "sv_cmd movetoteam $* auto"
+alias movetoteam_red "sv_cmd movetoteam $1 red"
+alias movetoteam_blue "sv_cmd movetoteam $1 blue"
+alias movetoteam_pink "sv_cmd movetoteam $1 pink"
+alias movetoteam_yellow "sv_cmd movetoteam $1 yellow"
+alias movetoteam_auto "sv_cmd movetoteam $1 auto"
 
 // merge lightmaps up to 1024x1024 textures
 // the default of 2048x2048 is too heavy for my rig (SavageX)



More information about the nexuiz-commits mailing list