diff -r 8664554d5547 -r 708758635955 hedgewars/uConsole.pas --- 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);