Sounds are now played
This commit is contained in:
parent
e83031769b
commit
0ef9406cfe
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user