3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +02:00
Velocity/proxy/src
Shane Freeder 6100e675af
Switch to alt throw path for reading login message IDs (Fixes #1370)
There is little expectation that we should get a -ve number in here, but
it is sadly seen in the wild. We will use an alternative exception path rather
than returing a magic number to indicate an invalid value.

once primative classes arrive, this should probably be written to use those
for passing up the result.
2024-08-21 17:06:11 +01:00
..
main Switch to alt throw path for reading login message IDs (Fixes #1370) 2024-08-21 17:06:11 +01:00
test/java/com/velocitypowered/proxy Updated the packet classes to include the "Packet" suffix (#1202) 2024-01-18 12:25:22 -08:00