mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
CraftingDataPacket: Remove useless @var comment
This commit is contained in:
parent
606d56b55d
commit
007f4f9350
@ -84,7 +84,6 @@ class CraftingDataPacket extends DataPacket{
|
|||||||
case self::ENTRY_SHAPELESS_CHEMISTRY:
|
case self::ENTRY_SHAPELESS_CHEMISTRY:
|
||||||
$entry["recipe_id"] = $this->getString();
|
$entry["recipe_id"] = $this->getString();
|
||||||
$ingredientCount = $this->getUnsignedVarInt();
|
$ingredientCount = $this->getUnsignedVarInt();
|
||||||
/** @var Item */
|
|
||||||
$entry["input"] = [];
|
$entry["input"] = [];
|
||||||
for($j = 0; $j < $ingredientCount; ++$j){
|
for($j = 0; $j < $ingredientCount; ++$j){
|
||||||
$entry["input"][] = $in = $this->getRecipeIngredient();
|
$entry["input"][] = $in = $this->getRecipeIngredient();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user