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 {
|
||||
Packet
|
||||
Password string
|
||||
AppName string
|
||||
AppVersion string
|
||||
Password []byte
|
||||
AppName []byte
|
||||
AppVersion []byte
|
||||
}
|
||||
|
||||
func (p *PacketAdminJoin) Bytes() []byte {
|
||||
|
Loading…
x
Reference in New Issue
Block a user