diff -r dc50b7933390 -r bc3c3edc5ce1 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Fri Jan 26 18:05:49 2007 +0000 +++ b/hedgewars/uIO.pas Fri Jan 26 18:11:03 2007 +0000 @@ -80,6 +80,7 @@ 'e': ParseCommand(copy(s, 2, Length(s) - 1), true); 'E': OutError(copy(s, 2, Length(s) - 1), true); 'W': OutError(copy(s, 2, Length(s) - 1), false); + 'M': CheckLandDigest(s); 'T': case s[2] of 'L': GameType:= gmtLocal; 'D': GameType:= gmtDemo;