--- deliantra/Deliantra-Client/DC/Protocol.pm 2007/08/21 22:46:50 1.160 +++ deliantra/Deliantra-Client/DC/Protocol.pm 2007/08/22 16:52:34 1.161 @@ -629,7 +629,8 @@ # delay the map drawing a tiny bit in the hope of getting the missing fetched Event->timer (after => 0.03, cb => sub { $_[0]->w->cancel; - $self->{map_widget}->update; + $self->{map_widget}->update + if $self->{map_widget}; }); } else { $self->{map_widget}->update;