No need to give benefit of doubt since we now have one global accrual limit

- Might also be related to #41, #36, #28
This commit is contained in:
RoboMWM 2016-11-17 23:58:37 -08:00
parent 12758b5a03
commit 2fac38aa7e

View File

@ -327,7 +327,7 @@ public class PlayerData
//if the player isn't online, give him the benefit of any doubt //if the player isn't online, give him the benefit of any doubt
//TODO: revisit and perhaps call an event for this(?) //TODO: revisit and perhaps call an event for this(?)
if(player == null) return Integer.MAX_VALUE; //if(player == null) return Integer.MAX_VALUE;
return GriefPrevention.instance.config_claims_maxAccruedBlocks_default; return GriefPrevention.instance.config_claims_maxAccruedBlocks_default;
} }