diff -r 7de85783b823 -r 4a4f21070479 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sun Nov 11 16:53:16 2012 +0100 +++ b/hedgewars/uChat.pas Sun Nov 11 17:15:19 2012 +0100 @@ -211,7 +211,7 @@ else if (s[1] = '-') and (s[Length(s)] = '-') then x:= 3; -if not CurrentTeam^.ExtDriven and (x <> 0) then +if (not CurrentTeam^.ExtDriven) and (x <> 0) then for c:= 0 to Pred(TeamsCount) do if (TeamsArray[c] = CurrentTeam) then t:= c;