Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove exception when reciveing large RCON packets
It does not make sense to throw an exception because the server sends a too large response. While technicaly it breaks the spec, we can handle it gracefully and it works better than the old Multi Packet RCON tricks. Thanks @arildboifot for letting me know! Relates to: #45
- Loading branch information