Fix missed case in CraftBlock

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
CraftBukkit/Spigot 2014-11-29 00:14:46 +00:00
parent e77d43237c
commit 9c86c4b3ce

View File

@ -276,6 +276,7 @@ public class CraftBlock implements Block {
return new CraftBeacon(this);
case BANNER:
case WALL_BANNER:
case STANDING_BANNER:
return new CraftBanner(this);
default:
return new CraftBlockState(this);