mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-03-11 06:14:32 +01:00
Fix erroneous startup message
This commit is contained in:
parent
222b535c15
commit
27047f83a5
@ -39,12 +39,12 @@ public class ProtocolLibrary {
|
|||||||
/**
|
/**
|
||||||
* The maximum version ProtocolLib has been tested with.
|
* The maximum version ProtocolLib has been tested with.
|
||||||
*/
|
*/
|
||||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.1";
|
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
|
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
|
||||||
*/
|
*/
|
||||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20";
|
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugins that are currently incompatible with ProtocolLib.
|
* Plugins that are currently incompatible with ProtocolLib.
|
||||||
|
Loading…
Reference in New Issue
Block a user