hedgewars/uConsole.pas
changeset 2130 708758635955
parent 2124 d39c61eaca15
child 2162 2bce91404d49
--- a/hedgewars/uConsole.pas	Wed May 27 18:13:06 2009 +0000
+++ b/hedgewars/uConsole.pas	Thu May 28 00:25:19 2009 +0000
@@ -264,7 +264,7 @@
 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
 RegisterVariable('say'     , vtCommand, @chSay          , true );
 RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
-RegisterVariable('teamsay' , vtCommand, @chTeamSay      , true );
+RegisterVariable('team'    , vtCommand, @chTeamSay      , true );
 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);