mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-29 22:13:46 +01:00
Fix scale named scaling (thanks krinsdeath)
This commit is contained in:
parent
06bc0dea02
commit
f6299c60a0
@ -529,7 +529,7 @@ public class MVWorld {
|
|||||||
scaling = 1.0;
|
scaling = 1.0;
|
||||||
}
|
}
|
||||||
this.scaling = scaling;
|
this.scaling = scaling;
|
||||||
this.config.setProperty("worlds." + this.name + ".scaling", scaling);
|
this.config.setProperty("worlds." + this.name + ".scale", scaling);
|
||||||
saveConfig();
|
saveConfig();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user