mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Added EntityIds interface with constants
This commit is contained in:
@ -33,7 +33,7 @@ use pocketmine\network\mcpe\protocol\EntityEventPacket;
|
||||
use pocketmine\Player;
|
||||
|
||||
class Squid extends WaterAnimal{
|
||||
const NETWORK_ID = 17;
|
||||
const NETWORK_ID = self::SQUID;
|
||||
|
||||
public $width = 0.95;
|
||||
public $height = 0.95;
|
||||
|
Reference in New Issue
Block a user