mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 02:55:47 +01:00
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…
Reference in New Issue
Block a user