mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
Item enforcement optional for packet sending
This commit is contained in:
@@ -171,7 +171,6 @@ class BlockAPI{
|
||||
"block" => $block->getID(),
|
||||
"meta" => $block->getMetadata()
|
||||
));
|
||||
$player->sendInventory();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user