diff -r cd1d63c355a6 -r 54d756b6dbb1 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Sun Nov 24 14:03:33 2013 -0500 +++ b/hedgewars/uCommandHandlers.pas Sun Nov 24 22:11:55 2013 -0500 @@ -318,8 +318,6 @@ procedure chPrecise_p(var s: shortstring); begin s:= s; // avoid compiler hint -if not isExternalSource then - LocalMessage:= LocalMessage or gmPrecise; if CheckNoTeamOrHH or isPaused then exit; if not isExternalSource then @@ -333,8 +331,6 @@ procedure chPrecise_m(var s: shortstring); begin s:= s; // avoid compiler hint -if not isExternalSource then - LocalMessage:= LocalMessage and not(gmPrecise); if CheckNoTeamOrHH then exit; if not isExternalSource then