1
0
Files
cuberite-2a/src/Protocol
ElNounch d75bbdd03d Fixing string literal catching word letter as hexa-digit
Was sending "\x08C""uberite" as plugin identifier, aka a String of lenght (Varint 0x8c 0x75 ->) 14988 characters but only 7 provided
Now sending "\x08""Cuberite" as plugin identifier, aka a String of lenght (Varint 0x08 ->) 8 characters, with 8 provided
Fix BungeeCord compatibility
2016-08-17 07:37:48 +00:00
..
2016-02-05 23:50:18 +02:00
2016-02-05 23:50:18 +02:00
2016-07-21 09:47:42 +02:00
2016-02-05 23:50:18 +02:00
2015-05-19 11:50:59 +01:00
2016-07-18 22:10:00 +02:00