From 270fbb67cc6d8babcb0b952dc577b3ae618ac941 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Wed, 15 Nov 2023 17:24:13 +0100 Subject: [PATCH] human or bot --- matchinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchinfo.php b/matchinfo.php index 1948c01..fbc5e3a 100644 --- a/matchinfo.php +++ b/matchinfo.php @@ -164,8 +164,8 @@ $lastMatches = array_slice($allMatches, 0, 8); if (substr($playerStats['playerId'], 0, 2) !== 'ai') { // Create links for each stat echo ""; - echo "Human"; echo "" . htmlspecialchars($playerStats['name']) . ""; + echo "Human"; echo "" . htmlspecialchars($playerStats['kills']) . ""; echo "" . htmlspecialchars($playerStats['damageDealt']) . ""; echo "" . htmlspecialchars($playerStats['timeSurvived']) . "";