mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 20:41:59 +01:00
Sync the mobs when we clear a list.
This commit is contained in:
parent
e551b7184d
commit
62f15bb101
@ -578,6 +578,7 @@ public class MVWorld {
|
||||
} else if (this.masterList.containsKey(property)) {
|
||||
this.masterList.get(property).clear();
|
||||
this.config.setProperty("worlds." + this.name + "." + property.toLowerCase(), this.masterList.get(property));
|
||||
this.syncMobs();
|
||||
saveConfig();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user