Remove debug

This commit is contained in:
boy0001
2015-08-07 02:41:07 +10:00
parent 46e48857bf
commit 845aab5937
4 changed files with 19 additions and 12 deletions

View File

@ -45,10 +45,6 @@ public class MusicSubcommand extends SubCommand {
@Override
public boolean onCommand(final PlotPlayer player, final String[] args) {
// TODO FIX PLOT MUSIC AS NPE FROM PLAYER.PLAYEFFECT
System.out.print("TODO MUSIC");
final Location loc = player.getLocation();
final Plot plot = MainUtil.getPlot(loc);
if (plot == null) {