Merge pull request #65 from StratusNetwork/cswhite2000-patch-2

Slightly change the report sound
This commit is contained in:
Luigi 2018-01-05 19:16:38 -05:00 committed by GitHub
commit d8dd7ee812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class ReportAnnouncer implements PluginFacet, MessageListener {
.type(new BooleanType())
.defaultValue(true).get();
private static final BukkitSound REPORT_SOUND = new BukkitSound(Sound.ENTITY_ZOMBIE_ATTACK_IRON_DOOR, 1, 2);
private static final BukkitSound REPORT_SOUND = new BukkitSound(Sound.ENTITY_ZOMBIE_ATTACK_IRON_DOOR, 0.6, 1.5);
private final ReportConfiguration config;
private final ReportFormatter reportFormatter;