Add real KPM to historical detail table and fix kills per match labels

This commit is contained in:
devRaGonSa
2026-06-11 12:52:53 +02:00
parent a9a7e88411
commit e30e28d397
8 changed files with 203 additions and 16 deletions

View File

@@ -138,6 +138,7 @@
<option value="deaths">Muertes</option>
<option value="teamkills">TK</option>
<option value="kd">KD</option>
<option value="kpm">KPM</option>
<option value="name">Jugador</option>
</select>
</label>
@@ -159,6 +160,7 @@
<th>Muertes</th>
<th>TK</th>
<th>KD</th>
<th>KPM</th>
</tr>
</thead>
<tbody id="match-detail-players-body"></tbody>