No reason to hide ItemEntry (#5173)

This commit is contained in:
MEEP of Faith
2021-04-30 06:29:19 -07:00
committed by GitHub
parent 451568d5b2
commit d9c5e5e08d

View File

@@ -181,7 +181,7 @@ public class ItemTurret extends Turret{
}
}
class ItemEntry extends AmmoEntry{
public class ItemEntry extends AmmoEntry{
protected Item item;
ItemEntry(Item item, int amount){