Fix ProtocolSupport compatibility

This commit is contained in:
Jesse Boyd
2019-04-14 12:13:41 +10:00
parent afda4c271c
commit ce0dda5931
4 changed files with 19 additions and 5 deletions

View File

@ -9,6 +9,9 @@ public class Settings extends Config {
@Ignore
public static final Settings IMP = new Settings();
@Ignore
public boolean PROTOCOL_SUPPORT_FIX = false;
@Comment("These first 6 aren't configurable") // This is a comment
@Final // Indicates that this value isn't configurable
public String ISSUES = "https://github.com/boy0001/FastAsyncWorldedit/issues";