13
0
geforkt von Mirrors/Paper

Fix missed case in CraftBlock

By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2014-11-29 00:14:46 +00:00
Ursprung e77d43237c
Commit 9c86c4b3ce

Datei anzeigen

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