1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-26 21:03:45 +00:00

Merge branch 'stable' into drew-1.13

This commit is contained in:
Dylan K. Taylor 2019-11-30 21:15:50 +00:00
commit 8e68655fc7

@ -140,7 +140,7 @@ class CraftingDataPacket extends DataPacket{
}
$this->decodedEntries[] = $entry;
}
$this->getBool(); //cleanRecipes
$this->cleanRecipes = $this->getBool();
}
private static function writeEntry($entry, NetworkBinaryStream $stream, int $pos){