mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 21:09:05 +00:00
SPIGOT-4836: Breaking barrier block causes error
This commit is contained in:
parent
1fa9a81514
commit
a584320126
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue