mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-12 09:51:12 +01: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);
|
return new CraftBed(this);
|
||||||
case CONDUIT:
|
case CONDUIT:
|
||||||
return new CraftConduit(this);
|
return new CraftConduit(this);
|
||||||
case BARRIER:
|
|
||||||
return new CraftBarrel(this);
|
|
||||||
case BARREL:
|
case BARREL:
|
||||||
return new CraftBarrel(this);
|
return new CraftBarrel(this);
|
||||||
case BELL:
|
case BELL:
|
||||||
|
|
Loading…
Reference in a new issue