SPIGOT-1668: Fix RECORD_PLAY's id value

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
Bukkit/Spigot 2016-03-02 23:45:26 +00:00
parent f941b8b7ad
commit 484e9c6422

View file

@ -34,7 +34,7 @@ public enum Effect {
/**
* A song from a record. Needs the record item ID as additional info
*/
RECORD_PLAY(1005, Type.SOUND, Material.class),
RECORD_PLAY(1010, Type.SOUND, Material.class),
/**
* Sound of ghast shrieking.
*/