mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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:
parent
8ccd13319c
commit
3a1df1d99e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user