Update outdated meme

This commit is contained in:
md678685 2019-05-30 19:34:18 +01:00
parent e4cc78a750
commit 2ea3d8943e

View File

@ -23,7 +23,7 @@ import static com.earth2me.essentials.I18n.tl;
// This command has 4 undocumented behaviours #EasterEgg
public class Commandessentials extends EssentialsCommand {
private final Sound NOTE_HARP = EnumUtil.valueOf(Sound.class, "BLOCK_NOTE_HARP", "NOTE_PIANO");
private final Sound NOTE_HARP = EnumUtil.valueOf(Sound.class, "BLOCK_NOTE_BLOCK_HARP", "BLOCK_NOTE_HARP", "NOTE_PIANO");
public Commandessentials() {
super("essentials");