Update default configs

This commit is contained in:
Luck
2016-09-16 22:09:55 +01:00
Unverified
parent 497de9824a
commit e7a210dc06
4 changed files with 7 additions and 3 deletions
@@ -277,6 +277,7 @@ public class Node implements me.lucko.luckperms.api.Node {
return false;
}
// TODO move this method to resolve time
@Override
public List<String> resolveWildcard(List<String> possibleNodes) {
if (!isWildcard() || possibleNodes == null) {