Really? Really? Why didn't you catch this before... *sigh*

This commit is contained in:
Eric Stokes 2011-07-16 12:54:16 -06:00
parent 1d87be12e9
commit c25205f61c

View File

@ -545,6 +545,6 @@ public class MVWorld {
public void setRespawnToWorld(String respawnToWorld) {
this.respawnWorld = respawnToWorld;
this.config.setProperty("world."+this.name+".respawnworld", respawnToWorld);
this.config.setProperty("worlds."+this.name+".respawnworld", respawnToWorld);
}
}