mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-10 21:40:13 +05:00
Bugfix ( Issue #4 )
This commit is contained in:
@@ -79,10 +79,9 @@ public class JukeBox implements Listener{
|
||||
|
||||
if (jukeboxContainsDisc(block)) {
|
||||
stopDisc(block, player);
|
||||
|
||||
Bukkit.getScheduler().runTaskLater(CustomDiscs.getInstance(), () -> HopperManager.instance().getNextDiscFromHopperIntoJukebox(block), 1L);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
|
||||
|
||||
Reference in New Issue
Block a user