This commit is contained in:
Luck 2016-08-25 18:07:50 +01:00
parent 2b71476cfe
commit 9873415303
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -68,7 +68,7 @@ public class BukkitUser extends User {
@Override
public void refreshPermissions() {
if (attachment == null) {
getPlugin().getLog().severe("User " + getName() + " does not have a permissions attachment defined.");
return;
}
// Calculate the permissions that should be applied. This is done async, who cares about how long it takes or how often it's done.