mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
LevelSoundEventPacket: added STOP_RECORD constant
this isn't actually a sound and as such doesn't have a stringy ID, so the script didn't see it.
This commit is contained in:
@ -144,7 +144,7 @@ class LevelSoundEventPacket extends DataPacket{
|
||||
public const SOUND_RECORD_WARD = 110;
|
||||
public const SOUND_RECORD_11 = 111;
|
||||
public const SOUND_RECORD_WAIT = 112;
|
||||
|
||||
public const SOUND_STOP_RECORD = 113; //Not really a sound
|
||||
public const SOUND_FLOP = 114;
|
||||
public const SOUND_ELDERGUARDIAN_CURSE = 115;
|
||||
public const SOUND_MOB_WARNING = 116;
|
||||
|
Reference in New Issue
Block a user