Remove unused member.

This commit is contained in:
asofold 2017-05-17 10:56:47 +02:00
parent b3edd089a6
commit 982eecbfcf
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ public class BlockBreakData extends ACheckData {
// Data of the fast break check.
public final ActionFrequency fastBreakPenalties;
public int fastBreakBuffer;
public long fastBreakBreakTime = System.currentTimeMillis() - 1000L;
/** First time interaction with a block. */
public long fastBreakfirstDamage = System.currentTimeMillis();