diff --git a/src/me/cwang/discosheep/BasicDiscoParty.java b/src/me/cwang/discosheep/BasicDiscoParty.java index fa3097f..82c1940 100644 --- a/src/me/cwang/discosheep/BasicDiscoParty.java +++ b/src/me/cwang/discosheep/BasicDiscoParty.java @@ -43,7 +43,7 @@ public class BasicDiscoParty extends AbstractParty { this.r = new Random(); this.guestList = new ArrayList(); this.partyLocation = player.getLocation(); - this.volumeMultiplier = Math.max(this.radius / 10, 1.0f); + this.volumeMultiplier = 2.0f * Math.max(this.radius / 10, 1.0f); } @Override