diff -r df2a1fe3617a -r 9be70514954c hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sun May 24 14:03:59 2009 +0000 +++ b/hedgewars/CCHandlers.inc Sun May 24 15:01:10 2009 +0000 @@ -395,8 +395,7 @@ begin text:= copy(s, 2, Length(s)-1); if CheckNoTeamOrHH - or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) - or CurrentTeam^.ExtDriven then + or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) then begin chSay(text); exit