From 9ce1e7b5c8def341aae3c688448d684ea5135deb Mon Sep 17 00:00:00 2001 From: fruitiex Date: Wed, 6 Jan 2010 15:01:53 +0000 Subject: [PATCH] movetoteam alias fix git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8485 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 2836e53c6..b677d771f 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -92,11 +92,11 @@ alias team_yellow "cmd selectteam yellow; cmd join" 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) -- 2.39.2