whoa codacy suggested something actually helpful

This commit is contained in:
Leijurv 2018-11-12 15:45:35 -08:00
parent 7fecd1a5dd
commit 83f14b10bb
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ public abstract class Movement implements IMovement, Helper, MovementHelper {
*/
protected final BetterBlockPos positionToPlace;
private boolean didBreakLastTick;
private Double cost;
public List<BlockPos> toBreakCached = null;