Wow. what was I thinking...

This commit is contained in:
Eric Stokes 2011-06-28 21:31:50 -06:00
parent 57941719ad
commit 69c23980e1

View File

@ -490,7 +490,7 @@ public class MVWorld {
return true;
} else if(this.masterList.containsKey(property)) {
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();
return true;
}