GeyserMC / PacketLib

A library for packet-based networking between clients and servers.
MIT License
80 stars 40 forks source link

Change Disconnect message to the Throwable's message #13

Closed phase closed 8 years ago

phase commented 8 years ago

Throwable#toString() returns a description of the Throwable that includes the name of the class appended to Throwable#getLocalizedMessage(), which can be used for debugging purposes.

phase commented 8 years ago

@Steveice10 Can you put the artifact on your Maven repository so it can be used with MCProtocolLib?