From 69c23980e18537acb464f7b12690188fcce88e0a Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Tue, 28 Jun 2011 21:31:50 -0600 Subject: [PATCH] Wow. what was I thinking... --- src/com/onarandombox/MultiverseCore/MVWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/onarandombox/MultiverseCore/MVWorld.java b/src/com/onarandombox/MultiverseCore/MVWorld.java index ae622ce8..27dd973a 100644 --- a/src/com/onarandombox/MultiverseCore/MVWorld.java +++ b/src/com/onarandombox/MultiverseCore/MVWorld.java @@ -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; }