Cleanup a bit

This commit is contained in:
Luck
2017-03-11 21:10:27 +00:00
Unverified
parent 281060a972
commit 9dc2278083
7 changed files with 23 additions and 55 deletions
@@ -135,8 +135,7 @@ public class MetaUtils {
for (Node n : toRemove) {
try {
holder.unsetPermission(n);
} catch (ObjectLacksException ignored) {
}
} catch (ObjectLacksException ignored) {}
}
Node.Builder metaNode = LuckPerms.getApi().buildNode("meta." + node + "." + value).setValue(true);