mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Furnace: remove trailing whitespace
This commit is contained in:
@ -81,7 +81,7 @@ class Furnace extends Spawnable implements InventoryHolder, Container, Nameable{
|
||||
|
||||
$this->inventory = new FurnaceInventory($this);
|
||||
$this->loadItems($nbt);
|
||||
|
||||
|
||||
$this->inventory->setEventProcessor(new class($this) implements InventoryEventProcessor{
|
||||
/** @var Furnace */
|
||||
private $furnace;
|
||||
|
Reference in New Issue
Block a user