mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Remove creative container open checks (lines up with 0.14)
This commit is contained in:
@ -123,10 +123,6 @@ class BurningFurnace extends Solid{
|
||||
}
|
||||
}
|
||||
|
||||
if($player->isCreative()){
|
||||
return true;
|
||||
}
|
||||
|
||||
$player->addWindow($furnace->getInventory());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user