ProtocolLib seems to work fine for 1.5.2 too.

This commit is contained in:
Kristian S. Stangeland 2013-05-05 23:55:02 +02:00
parent c813811721
commit 0fc6396974

View File

@ -80,7 +80,7 @@ public class ProtocolLibrary extends JavaPlugin {
/** /**
* The maximum version ProtocolLib has been tested with, * The maximum version ProtocolLib has been tested with,
*/ */
private static final String MAXIMUM_MINECRAFT_VERSION = "1.5.1"; private static final String MAXIMUM_MINECRAFT_VERSION = "1.5.2";
/** /**
* The number of milliseconds per second. * The number of milliseconds per second.