mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-03 14:57:43 +01:00
Believe this should be a set :).
This commit is contained in:
parent
a97b6f80d2
commit
69b143ada6
@ -603,7 +603,7 @@ public class MVWorld {
|
||||
|
||||
private boolean setCurrency(int currency) {
|
||||
this.currency = currency;
|
||||
config.getInt("worlds." + this.name + ".entryfee.currency", currency);
|
||||
config.setProperty("worlds." + this.name + ".entryfee.currency", currency);
|
||||
saveConfig();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user