ProtocolLib/ProtocolLib
Kristian S. Stangeland eb12808483 Prevent method #3 from creating uneeded proxy objects.
This would happen if the NetServerHandler is already a proxy, and
the injection method is unable to create an instance of the proxy
type. 

It's best to fail instead of polluting (due to constructors with
side-effects) Minecraft with failed proxy objects.
2012-10-04 17:43:46 +02:00
..
.settings Initial commit. 2012-09-12 19:04:53 +02:00
lib Initial commit. 2012-09-12 19:04:53 +02:00
src Prevent method #3 from creating uneeded proxy objects. 2012-10-04 17:43:46 +02:00
test/com/comphenix/protocol Refactored the SortedCopyOnWriteArray out into a separate package. 2012-09-15 13:07:44 +02:00
.classpath Initial commit. 2012-09-12 19:04:53 +02:00
.project Initial commit. 2012-09-12 19:04:53 +02:00
Java.xml Initial commit. 2012-09-12 19:04:53 +02:00