mirror of
				https://e.coding.net/circlecloud/YumCore.git
				synced 2025-11-03 23:06:02 +00:00 
			
		
		
		
	@@ -109,8 +109,10 @@ public class SubscribeTask implements Runnable {
 | 
				
			|||||||
        this.branch = branch;
 | 
					        this.branch = branch;
 | 
				
			||||||
        this.isSecret = isSecret;
 | 
					        this.isSecret = isSecret;
 | 
				
			||||||
        this.isMaven = isMaven;
 | 
					        this.isMaven = isMaven;
 | 
				
			||||||
 | 
					        if (instance.isEnabled()) {
 | 
				
			||||||
            Bukkit.getScheduler().runTaskTimerAsynchronously(instance, this, 0, interval * 1200);
 | 
					            Bukkit.getScheduler().runTaskTimerAsynchronously(instance, this, 0, interval * 1200);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 获得插件绝对路径
 | 
					     * 获得插件绝对路径
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user