Fixed SMP crash on hull stairs
This commit is contained in:
parent
41fe7ac589
commit
94812a912f
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ import net.minecraft.util.DamageSource;
|
|||
import net.minecraft.world.World;
|
||||
|
||||
public class BlockHullStairs extends BlockStairs implements IDamageReceiver {
|
||||
@SideOnly(Side.CLIENT)
|
||||
private final int tier;
|
||||
private final Block blockHull;
|
||||
private final int metaHull;
|
||||
|
|
Loading…
Reference in a new issue