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

@ -222,7 +222,6 @@ public class BukkitPlayer extends PlotPlayer {
@Override
public void playMusic(Location loc, int id) {
System.out.print("RECORD: " + id);
player.playEffect(BukkitUtil.getLocation(loc), Effect.RECORD_PLAY, id);
}