mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Better item pickup
This commit is contained in:
@@ -230,7 +230,6 @@ class Entity extends Position{
|
||||
"target" => $item->eid
|
||||
)) !== false){
|
||||
$item->close();
|
||||
return false;
|
||||
}
|
||||
}else{
|
||||
$item->close();
|
||||
|
Reference in New Issue
Block a user