name, not id :(

This commit is contained in:
ScrawnyRonnie 2024-03-27 08:31:45 -04:00
parent 623f1dfe08
commit 4826513e39

View file

@ -212,7 +212,7 @@
<tbody>
{#each deployables as ce}
<tr>
<td>{ce.weapon_id}</td>
<td>{getWeaponName(ce.weapon_id)}</td>
<td>{ce.kills}</td>
</tr>
{/each}