chore: Remove self-assignment

This commit is contained in:
Jakub Žitník 2025-03-02 14:04:58 +01:00
parent 06bb607d31
commit df0e8c79b2
Signed by: jzitnik
GPG Key ID: C577A802A6AF4EF3

View File

@ -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;