What the fuck IntelliJ

This commit is contained in:
Ellpeck 2016-02-01 20:30:15 +01:00
parent 0540313e75
commit 2d476a0b6d

View file

@ -209,8 +209,6 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements
return stack;
}
@Override
public String getName(){
return this.name;
@ -226,8 +224,4 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements
return new ChatComponentText(StringUtil.localize(this.getName()));
}
}