diff -r c49832b4bb38 -r d39c61eaca15 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Wed May 27 03:48:59 2009 +0000 +++ b/hedgewars/uConsole.pas Wed May 27 03:52:07 2009 +0000 @@ -264,6 +264,7 @@ RegisterVariable('newgrave', vtCommand, @chNewGrave , false); RegisterVariable('say' , vtCommand, @chSay , true ); RegisterVariable('hogsay' , vtCommand, @chHogSay , true ); +RegisterVariable('teamsay' , vtCommand, @chTeamSay , true ); RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false); RegisterVariable('+precise', vtCommand, @chPrecise_p , false); RegisterVariable('-precise', vtCommand, @chPrecise_m , false);