diff --git a/src/pocketmine/inventory/CraftingGrid.php b/src/pocketmine/inventory/CraftingGrid.php index b15ac65b0..8aa45a65d 100644 --- a/src/pocketmine/inventory/CraftingGrid.php +++ b/src/pocketmine/inventory/CraftingGrid.php @@ -71,14 +71,6 @@ class CraftingGrid extends BaseInventory{ return false; } - public function sendSlot(int $index, $target) : void{ - //we can't send a slot of a client-sided inventory window - } - - public function sendContents($target) : void{ - //no way to do this - } - /** * @return Player */