mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:01:32 +01:00
Merge pull request #90 from Silent-Client/PREMIUM2
Update SkillIssue.java
This commit is contained in:
commit
9b6f3dd932
@ -24,7 +24,7 @@ public class SkillIssue {
|
|||||||
EventManager.register(this);
|
EventManager.register(this);
|
||||||
Client.logger.info(String.format("[SkillIssue]: Initialising (v%s)", VERSION));
|
Client.logger.info(String.format("[SkillIssue]: Initialising (v%s)", VERSION));
|
||||||
detections.add(new Reach(this));
|
detections.add(new Reach(this));
|
||||||
detections.add(new AutoClicker(this));
|
// detections.add(new AutoClicker(this));
|
||||||
timer = new TimerUtils();
|
timer = new TimerUtils();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user