mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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