Merge branch 'legacy/pm3' into stable

This commit is contained in:
Dylan K. Taylor
2022-01-07 20:15:15 +00:00
37 changed files with 36 additions and 36 deletions

View File

@ -33,4 +33,4 @@ final class PlayerCraftingInventory extends CraftingGrid implements TemporaryInv
}
public function getHolder() : Player{ return $this->holder; }
}
}

View File

@ -25,4 +25,4 @@ namespace pocketmine\inventory;
interface TemporaryInventory extends Inventory{
}
}