mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
Fix missed case in CraftBlock
This commit is contained in:
parent
69e66a69c4
commit
923b375d8e
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…
Reference in a new issue