mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +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 {
|
||||
MinVer1_16(false),
|
||||
HasPaper(false),
|
||||
Dummy(false);
|
||||
HasPaper(false);
|
||||
|
||||
private boolean isMet;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user