Remove pling sound from /msg for version compat

This commit is contained in:
md_5 2017-07-03 16:58:45 +10:00 committed by cnr
parent e1a5e1d111
commit 4ccf9e39ad

View File

@ -3,7 +3,6 @@ package mineplex.mapparser.command;
import mineplex.core.common.util.C;
import mineplex.core.common.util.F;
import mineplex.mapparser.MapParser;
import org.bukkit.Sound;
import org.bukkit.entity.Player;
/**
@ -44,7 +43,6 @@ public class PMCommand extends BaseCommand
continue;
}
ops.sendMessage(F.main("Message", builder.toString().trim()));
ops.playSound(ops.getLocation(), Sound.BLOCK_NOTE_PLING, 1.0f, 1.0f);
}
return true;