forked from jzitnik/twodcraft
chore: Remove self-assignment
This commit is contained in:
parent
06bb607d31
commit
df0e8c79b2
@ -32,7 +32,6 @@ public class Item {
|
||||
this.type = type;
|
||||
this.sprite = sprite;
|
||||
this.toolVariant = Optional.of(toolVariant);
|
||||
this.miningDecrease = miningDecrease;
|
||||
this.durability = durability;
|
||||
this.stackable = stackable;
|
||||
this.dealDamage = dealDamage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user