Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
Fix missed case in CraftBlock
Dieser Commit ist enthalten in:
Ursprung
69e66a69c4
Commit
923b375d8e
@ -276,6 +276,7 @@ public class CraftBlock implements Block {
|
|||||||
return new CraftBeacon(this);
|
return new CraftBeacon(this);
|
||||||
case BANNER:
|
case BANNER:
|
||||||
case WALL_BANNER:
|
case WALL_BANNER:
|
||||||
|
case STANDING_BANNER:
|
||||||
return new CraftBanner(this);
|
return new CraftBanner(this);
|
||||||
default:
|
default:
|
||||||
return new CraftBlockState(this);
|
return new CraftBlockState(this);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren