Fix: on login add player once
This commit is contained in:
@ -141,7 +141,7 @@ type Journal struct {
|
||||
|
||||
type PlayerStats struct {
|
||||
ID uint32 `db:"id"`
|
||||
PlayerUsername string `db:"player_username"`
|
||||
Username string `db:"username"`
|
||||
GamesPlayed int `db:"games_played"`
|
||||
GamesWon int `db:"games_won"`
|
||||
GamesLost int `db:"games_lost"`
|
||||
|
Reference in New Issue
Block a user