mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-02 16:59:56 +01:00
Wow. what was I thinking...
This commit is contained in:
parent
57941719ad
commit
69c23980e1
@ -490,7 +490,7 @@ public class MVWorld {
|
|||||||
return true;
|
return true;
|
||||||
} else if(this.masterList.containsKey(property)) {
|
} else if(this.masterList.containsKey(property)) {
|
||||||
this.masterList.get(property).clear();
|
this.masterList.get(property).clear();
|
||||||
this.config.setProperty("worlds." + this.masterList.get(property) + "." + property.toLowerCase(), this.blockBlacklist);
|
this.config.setProperty("worlds." + this.name + "." + property.toLowerCase(), this.masterList.get(property));
|
||||||
this.config.save();
|
this.config.save();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user