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:
parent
12758b5a03
commit
2fac38aa7e
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user