NPE Fixed in Vault & Updated Maven Plugins
This commit is contained in:
@@ -1232,7 +1232,7 @@ public abstract class MemoryFPlayer implements FPlayer {
|
||||
}
|
||||
|
||||
// Was an over claim
|
||||
if (currentFaction.isNormal() && currentFaction.hasLandInflation()) {
|
||||
if (mustPay && currentFaction.isNormal() && currentFaction.hasLandInflation()) {
|
||||
// Give them money for over claiming.
|
||||
Econ.modifyMoney(payee, Conf.econOverclaimRewardMultiplier, TL.CLAIM_TOOVERCLAIM.toString(), TL.CLAIM_FOROVERCLAIM.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user