SPIGOT-4836: Breaking barrier block causes error
This commit is contained in:
parent
1fa9a81514
commit
a584320126
@ -446,8 +446,6 @@ public class CraftBlock implements Block {
|
||||
return new CraftBed(this);
|
||||
case CONDUIT:
|
||||
return new CraftConduit(this);
|
||||
case BARRIER:
|
||||
return new CraftBarrel(this);
|
||||
case BARREL:
|
||||
return new CraftBarrel(this);
|
||||
case BELL:
|
||||
|
Loading…
x
Reference in New Issue
Block a user