mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 11:36:51 +01:00
ProtocolLib is working fine in 1.7.4
This commit is contained in:
parent
a7cac0be7f
commit
7e9860f4c0
@ -90,12 +90,12 @@ public class ProtocolLibrary extends JavaPlugin {
|
||||
/**
|
||||
* The maximum version ProtocolLib has been tested with,
|
||||
*/
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.6.4";
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.7.4";
|
||||
|
||||
/**
|
||||
* The date (with ISO 8601) when the most recent version was released.
|
||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released.
|
||||
*/
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2013-07-08";
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2013-12-10";
|
||||
|
||||
// Update information
|
||||
static final String BUKKIT_DEV_SLUG = "protocollib";
|
||||
|
Loading…
Reference in New Issue
Block a user