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