mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +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(){
|
||||
$this->entries = [];
|
||||
$this->decodedEntries = [];
|
||||
parent::clean();
|
||||
return parent::clean();
|
||||
}
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user