mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-18 09:19:37 +05:00
Removed Redundant Code
Removed some code that spams console.
This commit is contained in:
@@ -305,7 +305,6 @@ public class JukeBox implements Listener{
|
||||
public boolean isAsyncTaskRunning(Map<Location, BukkitRunnable> asyncTaskMap, Location blockLocation) {
|
||||
if (!asyncTaskMap.containsKey(blockLocation)) return false;
|
||||
int taskId = asyncTaskMap.get(blockLocation).getTaskId();
|
||||
System.out.println("Task is currently:" + Bukkit.getScheduler().isCurrentlyRunning(taskId) + " Task#" + taskId);
|
||||
return Bukkit.getScheduler().isCurrentlyRunning(taskId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user