mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
CraftingTransaction: fixed ingredient map trimming (again)
closes #2118
This commit is contained in:
@ -105,10 +105,10 @@ class CraftingTransaction extends InventoryTransaction{
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function reindexInputs() : array{
|
private function reindexInputs() : array{
|
||||||
$minX = 0;
|
$minX = PHP_INT_MAX;
|
||||||
$maxX = 0;
|
$maxX = 0;
|
||||||
|
|
||||||
$minY = 0;
|
$minY = PHP_INT_MAX;
|
||||||
$maxY = 0;
|
$maxY = 0;
|
||||||
|
|
||||||
$empty = true;
|
$empty = true;
|
||||||
|
Reference in New Issue
Block a user