mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Fixed CraftingManager->cloneItemMap() being utterly useless
This commit is contained in:
@ -235,7 +235,7 @@ class CraftingManager{
|
||||
/** @var Item[] $row */
|
||||
foreach($map as $y => $row){
|
||||
foreach($row as $x => $item){
|
||||
$item = clone $item;
|
||||
$map[$y][$x] = clone $item;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user