Believe this should be a set :).

This commit is contained in:
Rigby 2011-09-09 12:16:54 +01:00
parent a97b6f80d2
commit 69b143ada6

View File

@ -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;
}