Sync the mobs when we clear a list.

This commit is contained in:
Eric Stokes 2011-08-09 18:41:27 -06:00
parent e551b7184d
commit 62f15bb101

View File

@ -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;
}