Skip to content

Commit 1a07efc

Browse files
Change field name
1 parent f758d62 commit 1a07efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets/ServerGameEnablePreview.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package packets
22

33
type ServerGameEnablePreview struct {
44
Packet
5-
Enabled bool `json:"h"`
5+
Enabled bool `json:"e"`
66
}
77

88
func NewServerGameEnablePreview(enabled bool) *ServerGameEnablePreview {

0 commit comments

Comments
 (0)