From f35002779bdbb74dedd57c0691c6039adc146d93 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Fri, 12 Jan 2018 00:50:59 +0100 Subject: Uncomment weapon stats lines --- html/pages/match_player.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'html/pages') diff --git a/html/pages/match_player.php b/html/pages/match_player.php index 664bc88..63755e0 100755 --- a/html/pages/match_player.php +++ b/html/pages/match_player.php @@ -132,7 +132,7 @@ if ($sql_firstblood[firstblood] == $pid) { $firstblood = "No"; } -echo' +echo ' '.$firstblood.' '.$r_gsumm[spree_double].' @@ -156,19 +156,20 @@ $r_pings = small_query("SELECT lowping, avgping, highping FROM uts_player WHERE if ($r_pings and $r_pings['lowping']) { echo '
- - - +
Pings
+ + + - - - + + + - - - + + +
Pings
MinAvgMaxMinAvgMax
'.ceil($r_pings['lowping']).''.ceil($r_pings['avgping']).''.ceil($r_pings['highping']).''.ceil($r_pings['lowping']).''.ceil($r_pings['avgping']).''.ceil($r_pings['highping']).'
'; } -- cgit