--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/24 00:24:09 1.43 +++ 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);