test
This commit is contained in:
parent
cb4f105cf7
commit
e8af3c3ad8
6
def.go
6
def.go
@ -51,9 +51,9 @@ type Packet struct {
|
|||||||
|
|
||||||
type PacketAdminJoin struct {
|
type PacketAdminJoin struct {
|
||||||
Packet
|
Packet
|
||||||
Password string
|
Password []byte
|
||||||
AppName string
|
AppName []byte
|
||||||
AppVersion string
|
AppVersion []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PacketAdminJoin) Bytes() []byte {
|
func (p *PacketAdminJoin) Bytes() []byte {
|
||||||
|
Loading…
Reference in New Issue
Block a user