Minecraft 1.5.1 seems to work fine.

This commit is contained in:
Kristian 2013-04-07 15:57:38 +02:00
parent 3ee38d7b6d
commit 867afe29f7

View File

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