hedgewars/uCommandHandlers.pas
changeset 9714 54d756b6dbb1
parent 9693 9e31e3bb4476
child 9790 0b4b9fda5bd4
--- 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