SPIGOT-5809: block.getState() instanceof Sign for warped_sign missed

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-06-25 19:22:27 +10:00
parent ea7b7e1ddd
commit 189c2a0e03
4 changed files with 6 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ public class CraftBlock implements Block {
case OAK_WALL_SIGN:
case SPRUCE_SIGN:
case SPRUCE_WALL_SIGN:
case WARPED_SIGN:
return new CraftSign(this);
case CHEST:
case TRAPPED_CHEST: