mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-07 11:20:32 +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;
|
||||
}
|
||||
this.scaling = scaling;
|
||||
this.config.setProperty("worlds." + this.name + ".scaling", scaling);
|
||||
this.config.setProperty("worlds." + this.name + ".scale", scaling);
|
||||
saveConfig();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user