--- deliantra/server/ext/commands.ext 2007/07/01 03:17:39 1.50 +++ deliantra/server/ext/commands.ext 2007/07/03 00:54:44 1.51 @@ -246,6 +246,14 @@ 1 }; +cf::register_command hintmode => sub { + my ($ob, $arg) = @_; + + _set_mode "hintmode", $ob, $arg, hintmode => qw(show mark hide); + + 1 +}; + cf::register_command afk => sub { my ($ob, $arg) = @_;