individuel player score match data #116

Merged
OpzekerIT merged 14 commits from dev into main 2023-11-15 14:57:47 +00:00
Showing only changes of commit a6c251872c - Show all commits

View file

@ -76,7 +76,6 @@ $lastMatches = array_slice($allMatches, 0, 8);
echo "<td>" . htmlspecialchars($matchinfo['createdAt']) . "</td>";
echo "<td>" . htmlspecialchars($matchdata['id']) . "</td>";
echo "</tr>";
isset($mapNames[$match['mapName']]) ? $mapNames[$match['mapName']] : $match['mapName'];
echo "</table>";