mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix blank users not receiving group permission updates
This commit is contained in:
parent
aab73a8d81
commit
d84767af68
@ -64,8 +64,8 @@ public abstract class UserManager extends AbstractManager<UUID, User> {
|
||||
// This isn't just a black user. we shouldn't override in that case.
|
||||
to.setNodes(from.getNodes());
|
||||
to.setPrimaryGroup(from.getPrimaryGroup());
|
||||
to.refreshPermissions();
|
||||
}
|
||||
to.refreshPermissions();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user