mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-01 11:26:56 +00:00
@ -109,7 +109,9 @@ public class SubscribeTask implements Runnable {
|
||||
this.branch = branch;
|
||||
this.isSecret = isSecret;
|
||||
this.isMaven = isMaven;
|
||||
Bukkit.getScheduler().runTaskTimerAsynchronously(instance, this, 0, interval * 1200);
|
||||
if (instance.isEnabled()) {
|
||||
Bukkit.getScheduler().runTaskTimerAsynchronously(instance, this, 0, interval * 1200);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user