Fixed disguise options code from not working for all disguises
This commit is contained in:
parent
da20612ae9
commit
f7f551caa8
@ -246,13 +246,6 @@ public class DisguiseParser {
|
|||||||
|
|
||||||
private static HashMap<String, Boolean> getDisguiseOptions(CommandSender sender, String permNode,
|
private static HashMap<String, Boolean> getDisguiseOptions(CommandSender sender, String permNode,
|
||||||
DisguisePerm type) {
|
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<>();
|
HashMap<String, Boolean> returns = new HashMap<>();
|
||||||
|
|
||||||
String beginning = "libsdisguises.options." + permNode.toLowerCase() + ".";
|
String beginning = "libsdisguises.options." + permNode.toLowerCase() + ".";
|
||||||
@ -274,9 +267,6 @@ public class DisguiseParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return returns;
|
return returns;
|
||||||
default:
|
|
||||||
return new HashMap<>();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static DisguisePerm getDisguisePerm(String name) {
|
public static DisguisePerm getDisguisePerm(String name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user