mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
SPIGOT-2801: Missing break in CraftMetaBlockState
This commit is contained in:
parent
092243c35d
commit
0f7c385941
@ -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 New Issue
Block a user