From f0a2eff079bb161722cee0dbb94b9521939fbc89 Mon Sep 17 00:00:00 2001 From: Magnus Ulf Date: Mon, 15 Apr 2019 23:39:15 +0200 Subject: [PATCH] Fix bug with seechunk commands --- src/com/massivecraft/factions/Perm.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/com/massivecraft/factions/Perm.java b/src/com/massivecraft/factions/Perm.java index 718f4da3..73b1c44a 100644 --- a/src/com/massivecraft/factions/Perm.java +++ b/src/com/massivecraft/factions/Perm.java @@ -11,6 +11,7 @@ public enum Perm implements Identified // ENUM // -------------------------------------------- // + // All of these are referenced in the code ACCESS_GRANT_ONE, ACCESS_GRANT_FILL, ACCESS_GRANT_SQUARE, @@ -19,7 +20,6 @@ public enum Perm implements Identified ACCESS_DENY_FILL, ACCESS_DENY_SQUARE, ACCESS_DENY_CIRCLE, - CLAIM_ONE, CLAIM_AUTO, CLAIM_FILL, @@ -42,6 +42,10 @@ public enum Perm implements Identified SETPOWER, CONFIG, VERSION, + + // These are just here to tell the system that it is seechunk rather than see.chunk + SEECHUNK, + SEECHUNKOLD, // END OF LIST ;