Fix: on login add player once

This commit is contained in:
Grail Finder
2025-07-11 09:03:18 +03:00
parent d056c4a07e
commit 37fe76456e
7 changed files with 30 additions and 34 deletions

View File

@ -35,7 +35,7 @@
<tbody class="text-gray-700">
{{range .}}
<tr>
<td class="py-2 px-4 border">{{.PlayerUsername}}</td>
<td class="py-2 px-4 border">{{.Username}}</td>
<td class="py-2 px-4 border">{{.GamesPlayed}}</td>
<td class="py-2 px-4 border">{{.GamesWon}}</td>
<td class="py-2 px-4 border">{{.GamesLost}}</td>