remove debug

This commit is contained in:
Gerrygames 2018-02-12 19:14:58 +01:00
parent bdcf1af22b
commit 45135227a6

View File

@ -35,7 +35,6 @@ public class SoundListener implements Listener {
}, BukkitPlugin.getInstance());
} catch (Exception ex) {
System.out.println("Using old Event");
Bukkit.getPluginManager().registerEvents(new Listener() {
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)