Changed 1.14 to incompatible

Extensive tests proved BentoBox to not be 1.14-ready for now. Panels and Schems are breaking. Island deletion fires errors.
This commit is contained in:
Florian CUNY 2019-04-23 13:29:09 +02:00 committed by GitHub
parent a268bf7b52
commit 7a1b32eecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ public class ServerCompatibility {
/*
* @since 1.5.0
*/
V1_14(Compatibility.NOT_SUPPORTED);
V1_14(Compatibility.INCOMPATIBLE);
private Compatibility compatibility;