diff --git a/common/src/main/java/me/lucko/luckperms/common/model/User.java b/common/src/main/java/me/lucko/luckperms/common/model/User.java index cc139cf66..f17a63850 100644 --- a/common/src/main/java/me/lucko/luckperms/common/model/User.java +++ b/common/src/main/java/me/lucko/luckperms/common/model/User.java @@ -117,6 +117,9 @@ public class User extends PermissionHolder implements Identifiable 16) { + return false; // nope + } // if weak is true, only update the value in the User if it's null if (weak && this.name != null) {