mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Migrate all but two remaining legacy enums to native PHP 8.1 enums
This commit is contained in:
@ -27,6 +27,6 @@ use pocketmine\crafting\FurnaceType;
|
||||
|
||||
class NormalFurnace extends Furnace{
|
||||
public function getFurnaceType() : FurnaceType{
|
||||
return FurnaceType::FURNACE();
|
||||
return FurnaceType::FURNACE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user