--- deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/06 03:13:00 1.25 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2006/06/07 05:54:09 1.26 @@ -620,11 +620,13 @@ sub player_update { my ($self, $player) = @_; + $::STATWIDS->{weight}->set_text (sprintf "Weight: %.1fkg", $player->{weight} / 1000); # do it here because it is ignored earlier, and there is no "login" event $self->send_command ("output-sync $::CFG->{output_sync}"); $self->send_command ("output-count $::CFG->{output_count}"); + $self->send_command ("pickup $::CFG->{pickup}") } 1;