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 {
Packet
Password string
AppName string
AppVersion string
Password []byte
AppName []byte
AppVersion []byte
}
func (p *PacketAdminJoin) Bytes() []byte {