Fix bug with seechunk commands

This commit is contained in:
Magnus Ulf 2019-04-15 23:39:15 +02:00
parent ae442c677b
commit f0a2eff079

View File

@ -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,
@ -43,6 +43,10 @@ public enum Perm implements Identified
CONFIG,
VERSION,
// These are just here to tell the system that it is seechunk rather than see.chunk
SEECHUNK,
SEECHUNKOLD,
// END OF LIST
;