include AccountID in loginMetadata

This commit is contained in:
2023-06-22 18:12:31 -05:00
parent d42a34535b
commit 1da82ac750
3 changed files with 7 additions and 5 deletions

View File

@@ -9,8 +9,9 @@ import (
)
type LoginMetadata struct {
FEKey []byte `json:",omitempty"`
PlayerID int32 `json:",omitempty"`
FEKey []byte `json:",omitempty"`
PlayerID int32 `json:",omitempty"`
AccountID int `json:",omitempty"`
}
// we store login queues into redis with the name "loginMetadata_<serialKey>"