Use static fuse in static way.

This commit is contained in:
drcrazy 2018-09-07 13:31:38 +03:00
parent 67226de701
commit 8cac9a9315
4 changed files with 37 additions and 31 deletions

View file

@ -37,7 +37,6 @@ public class ContainerDestructoPack extends RebornContainer {
private EntityPlayer player;
private Inventory inv;
@SuppressWarnings("deprecation")
public ContainerDestructoPack(EntityPlayer player) {
super(null);
this.player = player;