mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-13 06:49:43 +05:00
Fixed bugs related to discs not going to into hoppers. Particles now show for the entire duration of a custom song.
This commit is contained in:
@@ -83,6 +83,9 @@ public class PlayerManager {
|
||||
}
|
||||
|
||||
audioPlayer.setOnStopped(() -> {
|
||||
|
||||
Bukkit.getScheduler().runTask(CustomDiscs.getInstance(), () -> HopperManager.instance().discToHopper(block));
|
||||
|
||||
playerMap.remove(id);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user