author | sheepluva |
Sun, 15 Jun 2014 04:46:34 +0200 | |
changeset 10308 | 7350be35b335 |
parent 10307 | e13d3147f15b |
child 10309 | e338ccbbe100 |
--- 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;