Skip to content

Commit

Permalink
Update game/packet/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: jchv <john@jchw.io>
  • Loading branch information
JMC47 and jchv committed Jul 3, 2023
1 parent 8ed96ad commit 383d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/packet/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ type ServerBlackPapelWinnings struct {
UniqueItemsWon uint32 `struct:"sizeof=Items"`
Items []ServerBlackPapelItems
PangsRemaining uint64
CookiesRemaining uint64 //not filled in but seems correct
CookiesRemaining uint64 // not filled in but seems correct
}

type ServerBlackPapelResponse struct {
Expand Down

0 comments on commit 383d54e

Please sign in to comment.