add license and fix some bugs
This commit is contained in:
@@ -2,6 +2,7 @@ package client
|
||||
|
||||
import (
|
||||
"git.konjactw.dev/falloutBot/go-mc/chat"
|
||||
pk "git.konjactw.dev/falloutBot/go-mc/net/packet"
|
||||
)
|
||||
|
||||
//codec:gen
|
||||
@@ -9,5 +10,5 @@ type ServerData struct {
|
||||
MOTD chat.Message
|
||||
HasIcon bool
|
||||
//opt:optional:HasIcon
|
||||
Icon []int8 `mc:"Byte"`
|
||||
Icon pk.ByteArray
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user