mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 03:35:33 +00:00
DataPacket: add missing return type info for pid()
This commit is contained in:
parent
e12ecaf629
commit
3400771770
@ -49,6 +49,9 @@ abstract class DataPacket extends NetworkBinaryStream{
|
||||
/** @var int */
|
||||
public $recipientSubId = 0;
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function pid(){
|
||||
return $this::NETWORK_ID;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user