mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-03-01 20:11:30 +08:00
forgot to update stats column
This commit is contained in:
parent
a44a6c382f
commit
81853b1863
@ -57,6 +57,11 @@ func Get(uuid []byte, datatype, slot int) (any, error) {
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to update system save data: %s", err)
|
||||
}
|
||||
|
||||
err = db.UpdateAccountStats(uuid, system.GameStats, system.VoucherCounts)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to update account stats: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
return system, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user