This commit is contained in:
shoopea 2020-06-14 17:13:25 +02:00
parent 1b25deb818
commit fa3bee5993

View File

@ -13,9 +13,9 @@ func main() {
//send auth
p := PacketAdminJoin{
Packet: Packet{PType: AdminPacketAdminJoin},
Password: []byte("plop"),
AppName: []byte("gottdad"),
AppVersion: []byte("alpha"),
Password: "plop",
AppName: "gottdad",
AppVersion: "alpha",
}
_, err = conn.Write(p.Bytes())
failError(err, "conn.Write")