diff -r 5ae7ba0b2849 -r 2f062fac5791 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Sat Dec 06 10:41:33 2014 -0500 +++ b/hedgewars/uCommandHandlers.pas Sun Dec 07 14:36:28 2014 -0500 @@ -487,7 +487,8 @@ procedure chCapture(var s: shortstring); begin s:= s; // avoid compiler hint -flagMakeCapture:= true +flagMakeCapture:= true; +flagDumpLand:= LocalMessage and gmPrecise <> 0; end; procedure chRecord(var s: shortstring);