--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/23 23:54:30 1.42 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/28 17:15:34 1.45 @@ -107,7 +107,7 @@ $self->logprint ("send: ", $command); $self->send_command ($command); - ::status $command; + ::status ($command); } sub start_record { @@ -587,6 +587,7 @@ update_floorbox; update_container (0); } elsif ($tag == $self->{player}{tag}) { + $::STATWIDS->{weight}->set_text (sprintf "Weight: %.1fkg", $self->{player}->{weight} / 1000); $::INV->set_items ($self->{container}{$self->{player}{tag}}) } else { update_container ($tag); @@ -834,6 +835,8 @@ markup => "$kw", can_hover => 1, can_events => 1, + padding_x => 0, + padding_y => 0, on_button_up => sub { $self->send ($kw); };