1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-30 19:28:14 +02:00

SPIGOT-2801: Missing break in CraftMetaBlockState

This commit is contained in:
md_5 2016-11-19 21:11:54 +11:00
parent 092243c35d
commit 0f7c385941

View file

@ -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;