From: Rudolf Polzer Date: Thu, 1 Sep 2011 09:46:54 +0000 (+0200) Subject: first test: reference from our git X-Git-Tag: xonotic-v0.5.0~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d5b810a716a7da9226aaec48db2149c9d45a9656;p=xonotic%2Fxonotic.git first test: reference from our git --- diff --git a/misc/tools/weapon-profiler-analyzer.pl b/misc/tools/weapon-profiler-analyzer.pl index 95d7eb1f..c848609d 100755 --- a/misc/tools/weapon-profiler-analyzer.pl +++ b/misc/tools/weapon-profiler-analyzer.pl @@ -249,13 +249,13 @@ sub out_html($@) $map ||= 'any'; print "

For server $addr type $type map $map

\n"; print "\n"; - printf '', $stats->weaponid_to_model($_), $stats->weaponid_to_name($_) for @columns; + printf '', $stats->weaponid_to_model($_), $stats->weaponid_to_name($_) for @columns; print "\n"; } elsif($event eq 'startrow') { my ($row, $val) = @data; - printf '', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A"; + printf '', $stats->weaponid_to_model($row), $stats->weaponid_to_name($row), defined $val ? sprintf("%8.5f", $val) : "N/A"; } elsif($event eq 'cell') {
WeaponRating%s%s
%s%s
%s%s