From: Rudolf Polzer Date: Fri, 19 Aug 2011 20:02:17 +0000 (+0200) Subject: fix global stats X-Git-Tag: xonotic-v0.5.0~33 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a13064f3c5af12df448fb18421fd8a7d0b470fc1;p=xonotic%2Fxonotic.git fix global stats --- diff --git a/misc/tools/WeaponEncounterProfile.pm b/misc/tools/WeaponEncounterProfile.pm index 55547bbf..9dbd80ca 100644 --- a/misc/tools/WeaponEncounterProfile.pm +++ b/misc/tools/WeaponEncounterProfile.pm @@ -108,7 +108,7 @@ sub allstats($$) { my ($self, $callback) = @_; # send global stats - $callback->(undef, undef, $self->{allstats}); + $callback->(undef, undef, undef, $self->{allstats}); # send per-host stats while(my ($k, $v) = each %{$self->{addrstats}}) {