mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Don't load contexts file twice
This commit is contained in:
parent
e2f800dd63
commit
51898abb71
@ -67,7 +67,6 @@ public abstract class AbstractConfiguration implements LuckPermsConfiguration {
|
|||||||
cache.invalidateAll(toInvalidate);
|
cache.invalidateAll(toInvalidate);
|
||||||
|
|
||||||
loadAll();
|
loadAll();
|
||||||
contextsFile.load();
|
|
||||||
getPlugin().getApiProvider().getEventFactory().handleConfigReload();
|
getPlugin().getApiProvider().getEventFactory().handleConfigReload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user