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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user