This commit is contained in:
shoopea 2020-06-14 17:00:00 +02:00
parent cb4f105cf7
commit e8af3c3ad8

6
def.go
View File

@ -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 {