mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
SPIGOT-2801: Missing break in CraftMetaBlockState
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c8c4604bfd
commit
a61117da28
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ public class CraftMetaBlockState extends CraftMetaItem implements BlockStateMeta
|
|||
case RED_SHULKER_BOX:
|
||||
case BLACK_SHULKER_BOX:
|
||||
valid = te instanceof TileEntityShulkerBox;
|
||||
break;
|
||||
default:
|
||||
valid = false;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue