Removed dummy Prerequisite

This commit is contained in:
Auxilor 2020-10-13 21:26:25 +01:00
parent dc3585dc64
commit bb0ff892ae

View File

@ -5,8 +5,7 @@ import org.bukkit.Bukkit;
public enum Prerequisite {
MinVer1_16(false),
HasPaper(false),
Dummy(false);
HasPaper(false);
private boolean isMet;