Ignore RPC packets on error

master
HimbeerserverDE 2021-02-28 21:39:53 +01:00
parent a3d1af050c
commit 9c5f827fc8
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 1 additions and 0 deletions

1
rpc.go
View File

@ -355,6 +355,7 @@ func init() {
}
log.Print(err)
continue
}
switch cmd := binary.BigEndian.Uint16(pkt.Data[0:2]); cmd {