LevelEventPacket: added useless constant

This commit is contained in:
Dylan K. Taylor 2018-03-09 11:28:11 +00:00
parent cdd3fe81e1
commit dbcc69c2de

View File

@ -80,6 +80,7 @@ class LevelEventPacket extends DataPacket{
public const EVENT_GUARDIAN_CURSE = 2006;
public const EVENT_PARTICLE_BLOCK_FORCE_FIELD = 2008;
public const EVENT_PARTICLE_PROJECTILE_HIT = 2009;
public const EVENT_PARTICLE_PUNCH_BLOCK = 2014;