mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-24 18:19:03 +01:00
Fixed issue where permissions were not loaded.
This commit is contained in:
parent
5b494a09ec
commit
7cf7c5f44c
@ -254,6 +254,7 @@ private void createDefaultConfiguration(String name) {
|
||||
public void loadConfiguration() {
|
||||
Configuration config = getConfiguration();
|
||||
config.load();
|
||||
perms.load();
|
||||
|
||||
enforceOneSession = config.getBoolean("protection.enforce-single-session", true);
|
||||
itemDurability = config.getBoolean("protection.item-durability", true);
|
||||
|
Loading…
Reference in New Issue
Block a user