Sounds are now played

This commit is contained in:
Charlie Wang 2013-06-30 18:32:25 -04:00
parent e83031769b
commit 0ef9406cfe

View File

@ -99,7 +99,7 @@ public final class DiscoSheep extends JavaPlugin {
void playSounds() { void playSounds() {
for(Player player: getPlayers()){ for(Player player: getPlayers()){
//player.playSound(null, Sound.BURP, frequency, frequency); player.playSound(player.getLocation(), Sound.BURP, 1.0f, 1.0f);
} }
} }