From be9bdaa4fdfe4a99abd6fd47f5e8ac6662283c1e Mon Sep 17 00:00:00 2001 From: Driftay Date: Sat, 29 Jun 2019 09:12:25 -0400 Subject: [PATCH] Fixed Warning About KICKALT and INVITEALT Permissable Action --- .../massivecraft/factions/zcore/fperms/PermissableAction.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/massivecraft/factions/zcore/fperms/PermissableAction.java b/src/main/java/com/massivecraft/factions/zcore/fperms/PermissableAction.java index 718b8742..947450cd 100644 --- a/src/main/java/com/massivecraft/factions/zcore/fperms/PermissableAction.java +++ b/src/main/java/com/massivecraft/factions/zcore/fperms/PermissableAction.java @@ -29,8 +29,6 @@ public enum PermissableAction { INVITE("invite"), KICK("kick"), ITEM("items"), // generic for most items - INVITEALT("invitealt"), - KICKALT("kickalt"), SETHOME("sethome"), TERRITORY("territory"), ACCESS("access"),