# HG changeset patch # User sheepluva # Date 1402800394 -7200 # Node ID 7350be35b335fb0eff3cf2d1b2678c7cb19e4ecf # Parent e13d3147f15b7e1d1934e215f916af9dcb5f4891 whoops. an "end" moved there diff -r e13d3147f15b -r 7350be35b335 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sun Jun 15 04:33:54 2014 +0200 +++ b/hedgewars/uChat.pas Sun Jun 15 04:46:34 2014 +0200 @@ -334,7 +334,6 @@ UpdateViewLimits(); exit end; - end; if (not CurrentTeam^.ExtDriven) and (CurrentTeam^.Hedgehogs[0].BotLevel = 0) then begin @@ -352,6 +351,7 @@ exit end; end + end else ParseCommand('/say ' + s, true); end;