mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-03-02 11:31:13 +01:00
Add additional call to invalidate cached data during a sync task
This commit is contained in:
parent
26de6cf86f
commit
7a624fb449
@ -80,6 +80,10 @@ public class SyncTask implements Runnable {
|
||||
|
||||
this.plugin.performPlatformDataSync();
|
||||
|
||||
// Just to be sure...
|
||||
this.plugin.getGroupManager().invalidateAllGroupCaches();
|
||||
this.plugin.getUserManager().invalidateAllUserCaches();
|
||||
|
||||
this.plugin.getEventDispatcher().dispatchPostSync();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user