Fix missed case in CraftBlock
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user