Fixed wrong constant value for EntityEventPacket::RESPAWN

This commit is contained in:
Dylan K. Taylor 2017-03-22 16:10:42 +00:00
parent 9a35b4fbc8
commit 2fb92c1c62

View File

@ -43,9 +43,10 @@ class EntityEventPacket extends DataPacket{
const FISH_HOOK_TEASE = 14;
const SQUID_INK_CLOUD = 15;
const AMBIENT_SOUND = 16;
const RESPAWN = 17;
//TODO add new events
const RESPAWN = 18;
//TODO: add more events
public $eid;
public $event;