mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:41:29 +01:00
SPIGOT-4836: Breaking barrier block causes error
By: md_5 <git@md-5.net>
This commit is contained in:
parent
12ecbc64a0
commit
f6bee952be
@ -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…
Reference in New Issue
Block a user