mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
Removed dummy Prerequisite
This commit is contained in:
parent
dc3585dc64
commit
bb0ff892ae
@ -5,8 +5,7 @@ import org.bukkit.Bukkit;
|
|||||||
|
|
||||||
public enum Prerequisite {
|
public enum Prerequisite {
|
||||||
MinVer1_16(false),
|
MinVer1_16(false),
|
||||||
HasPaper(false),
|
HasPaper(false);
|
||||||
Dummy(false);
|
|
||||||
|
|
||||||
private boolean isMet;
|
private boolean isMet;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user