1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-07 16:14:42 +02:00

Update the changelog

This commit is contained in:
TfT_02
2013-02-04 17:58:21 +01:00
parent b497853e8a
commit 37e01f992d
2 changed files with 2 additions and 2 deletions
Changelog.txt
src/main/java/com/gmail/nossr50/config

@ -81,7 +81,7 @@ public class Config extends ConfigLoader {
public int getChimaeraCost() { return config.getInt("Items.Chimaera_Wing.Feather_Cost", 10); }
public int getChimaeraItemId() { return config.getInt("Items.Chimaera_Wing.Item_ID", 288); }
public boolean getChimaeraEnabled() { return config.getBoolean("Items.Chimaera_Wing.Enabled", true); }
/* PARTY SETTINGS */
public boolean getExpShareEnabled() { return config.getBoolean("Party.Sharing.ExpShare_enabled", true); }
public double getPartyShareBonusBase() { return config.getDouble("Party.Sharing.ExpShare_bonus_base", 1.1); }