mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Revert "CraftingDataPacket: fixed trying to return void result of parent function"
This reverts commit e12ecaf62960dfc71871520e52787589447346ee.
This commit is contained in:
parent
2d2c9379cd
commit
b1458db47b
@ -68,7 +68,7 @@ class CraftingDataPacket extends DataPacket{
|
|||||||
public function clean(){
|
public function clean(){
|
||||||
$this->entries = [];
|
$this->entries = [];
|
||||||
$this->decodedEntries = [];
|
$this->decodedEntries = [];
|
||||||
parent::clean();
|
return parent::clean();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function decodePayload(){
|
protected function decodePayload(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user