mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 03:08:58 +00:00
Fixed wrong constant value for EntityEventPacket::RESPAWN
This commit is contained in:
parent
9a35b4fbc8
commit
2fb92c1c62
@ -43,9 +43,10 @@ class EntityEventPacket extends DataPacket{
|
|||||||
const FISH_HOOK_TEASE = 14;
|
const FISH_HOOK_TEASE = 14;
|
||||||
const SQUID_INK_CLOUD = 15;
|
const SQUID_INK_CLOUD = 15;
|
||||||
const AMBIENT_SOUND = 16;
|
const AMBIENT_SOUND = 16;
|
||||||
const RESPAWN = 17;
|
|
||||||
|
|
||||||
//TODO add new events
|
const RESPAWN = 18;
|
||||||
|
|
||||||
|
//TODO: add more events
|
||||||
|
|
||||||
public $eid;
|
public $eid;
|
||||||
public $event;
|
public $event;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user