mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 03:35:33 +00:00
CraftingDataPacket: fixed trying to return void result of parent function
This commit is contained in:
parent
1303cbfe02
commit
e12ecaf629
@ -68,7 +68,7 @@ class CraftingDataPacket extends DataPacket{
|
|||||||
public function clean(){
|
public function clean(){
|
||||||
$this->entries = [];
|
$this->entries = [];
|
||||||
$this->decodedEntries = [];
|
$this->decodedEntries = [];
|
||||||
return parent::clean();
|
parent::clean();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function decodePayload(){
|
protected function decodePayload(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user