diff -r a9126661f613 -r 344b0dbd9690 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Fri Apr 20 23:03:20 2012 +0400 +++ b/hedgewars/uLand.pas Sat Apr 21 19:51:13 2012 +0400 @@ -737,8 +737,8 @@ procedure initModule; begin - RegisterVariable('landcheck', vtCommand, @chLandCheck, false); - RegisterVariable('sendlanddigest', vtCommand, @chSendLandDigest, false); + RegisterVariable('landcheck', @chLandCheck, false); + RegisterVariable('sendlanddigest', @chSendLandDigest, false); LandBackSurface:= nil; digest:= '';