--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/08/18 01:01:01 1.79 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/08/19 02:49:55 1.81 @@ -14,7 +14,7 @@ sub new { my $class = shift; - my $self = $class->SUPER::new (@_, setup_req => { extmap => 1 }); + my $self = $class->SUPER::new (@_, setup_req => { extmap => 0 }); $self->{map_widget}->clr_commands; @@ -879,6 +879,7 @@ . "protocol version $self->{version}\n" . "minimap support $yesno[$self->{setup}{mapinfocmd} > 0]\n" . "extended command support $yesno[$self->{setup}{extcmd} > 0]\n" + . "map attributes $yesno[$self->{setup}{extmap} > 0]\n" . "cfplus support $yesno[$self->{cfplus_ext} > 0]" . ($self->{cfplus_ext} > 0 ? ", version $self->{cfplus_ext}" : "") ."\n" . "map size $self->{mapw}×$self->{maph}\n"