mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Added missing returns
This commit is contained in:
@ -54,7 +54,7 @@ class ResourcePackDataInfoPacket extends DataPacket{
|
||||
}
|
||||
|
||||
public function handle(NetworkSession $session) : bool{
|
||||
$session->handleResourcePackDataInfo($this);
|
||||
return $session->handleResourcePackDataInfo($this);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user