Fix scale named scaling (thanks krinsdeath)

This commit is contained in:
Eric Stokes 2011-08-11 18:28:45 -06:00
parent 06bc0dea02
commit f6299c60a0

View File

@ -529,7 +529,7 @@ public class MVWorld {
scaling = 1.0;
}
this.scaling = scaling;
this.config.setProperty("worlds." + this.name + ".scaling", scaling);
this.config.setProperty("worlds." + this.name + ".scale", scaling);
saveConfig();
return true;
}