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