mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix missed case in CraftBlock
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
e77d43237c
commit
9c86c4b3ce
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue