Rename "update task" --> "sync task"
This commit is contained in:
@@ -212,7 +212,7 @@ public class LPSpongePlugin extends AbstractLuckPermsPlugin {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPostUpdate() {
|
||||
public void performPlatformDataSync() {
|
||||
for (LPSubjectCollection collection : this.service.getLoadedCollections().values()) {
|
||||
if (collection instanceof PersistedCollection) {
|
||||
((PersistedCollection) collection).loadAll();
|
||||
|
||||
Reference in New Issue
Block a user