Fix missed case in CraftBlock

Dieser Commit ist enthalten in:
Thinkofdeath 2014-11-29 00:14:46 +00:00
Ursprung 69e66a69c4
Commit 923b375d8e

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