Commit Graph

2 Commits

Author SHA1 Message Date
Shane Freeder
ef0fc26e9d
Fix packet IDs being bork due to optimisation attempt
"static final" is generally inlined, so, while this value shouldn't
be 0 looking at the code, the fact that it was at compile time seems
to have taken a revenge course
2022-06-12 13:28:25 +01:00
Shane Freeder
4e0049a6b1
Add Protocol version to the packet not found messages
Also, remove our own magic marker for not registering further proto versions
in favour of upstreams recent addition to handle this
2022-06-12 06:52:49 +01:00