mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 05:41:31 +01:00
Update SkillIssue.java
This commit is contained in:
parent
19e7562f2f
commit
ba95558015
@ -24,7 +24,7 @@ public class SkillIssue {
|
||||
EventManager.register(this);
|
||||
Client.logger.info(String.format("[SkillIssue]: Initialising (v%s)", VERSION));
|
||||
detections.add(new Reach(this));
|
||||
detections.add(new AutoClicker(this));
|
||||
// detections.add(new AutoClicker(this));
|
||||
timer = new TimerUtils();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user