1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-25 21:38:59 +02:00
This commit is contained in:
Luck
2016-08-25 18:07:50 +01:00
parent 2b71476cfe
commit 9873415303

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.