Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/ProtocolLib
Kristian S. Stangeland 818ac5cbde Correct a bug that would lead to IllegalStateException in plugins.
This was caused by the fact that "requireInputBuffer" used 
findLegacy(int) to get the correct PacketType, instead of 
findLegacy(int, Sender.CLIENT). The latter is justified by the fact 
that only client-side packets require an input buffer.
2014-05-11 15:33:15 +02:00
..
.settings Added support for serializing/deserializing WrappedServerPing to JSON. 2014-02-02 16:50:56 +01:00
src Correct a bug that would lead to IllegalStateException in plugins. 2014-05-11 15:33:15 +02:00
.classpath Added support for serializing/deserializing WrappedServerPing to JSON. 2014-02-02 16:50:56 +01:00
.gitignore Moving ItemDisguise to an examples folder. 2013-12-21 19:17:06 +01:00
.project Update unit tests to CraftBukkit 1.6.2 2013-07-10 22:45:20 +02:00
pom.xml Incrementing to 3.4.0-SNAPSHOT 2014-04-21 15:50:54 +02:00