diff --git a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java index 5a82da8..0361b88 100644 --- a/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java +++ b/src/me/ryanhamshire/GriefPrevention/GriefPrevention.java @@ -2662,7 +2662,7 @@ public class GriefPrevention extends JavaPlugin } } - enum IgnoreMode {None, StandardIgnore, AdminIgnore} + public enum IgnoreMode {None, StandardIgnore, AdminIgnore} private String trustEntryToPlayerName(String entry) { @@ -3483,4 +3483,4 @@ public class GriefPrevention extends JavaPlugin claim.isAdminClaim() && claim.parent != null && GriefPrevention.instance.config_pvp_noCombatInAdminSubdivisions || !claim.isAdminClaim() && GriefPrevention.instance.config_pvp_noCombatInPlayerLandClaims; } -} \ No newline at end of file +}