Fixed disguise options code from not working for all disguises
This commit is contained in:
		| @@ -246,13 +246,6 @@ public class DisguiseParser { | ||||
|  | ||||
|     private static HashMap<String, Boolean> getDisguiseOptions(CommandSender sender, String permNode, | ||||
|             DisguisePerm type) { | ||||
|         switch (type.getType()) { | ||||
|             case PLAYER: | ||||
|             case FALLING_BLOCK: | ||||
|             case PAINTING: | ||||
|             case SPLASH_POTION: | ||||
|             case FISHING_HOOK: | ||||
|             case DROPPED_ITEM: | ||||
|         HashMap<String, Boolean> returns = new HashMap<>(); | ||||
|  | ||||
|         String beginning = "libsdisguises.options." + permNode.toLowerCase() + "."; | ||||
| @@ -274,9 +267,6 @@ public class DisguiseParser { | ||||
|         } | ||||
|  | ||||
|         return returns; | ||||
|             default: | ||||
|                 return new HashMap<>(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     public static DisguisePerm getDisguisePerm(String name) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user