mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-13 01:11:31 +01:00
(remove) reach detection
This commit is contained in:
parent
e8472e3a69
commit
21d1d57f34
@ -6,7 +6,6 @@ import net.silentclient.client.event.EventManager;
|
|||||||
import net.silentclient.client.event.EventTarget;
|
import net.silentclient.client.event.EventTarget;
|
||||||
import net.silentclient.client.event.impl.ClientTickEvent;
|
import net.silentclient.client.event.impl.ClientTickEvent;
|
||||||
import net.silentclient.client.skillissue.detections.Detection;
|
import net.silentclient.client.skillissue.detections.Detection;
|
||||||
import net.silentclient.client.skillissue.detections.Reach;
|
|
||||||
import net.silentclient.client.utils.Requests;
|
import net.silentclient.client.utils.Requests;
|
||||||
import net.silentclient.client.utils.TimerUtils;
|
import net.silentclient.client.utils.TimerUtils;
|
||||||
import org.json.JSONArray;
|
import org.json.JSONArray;
|
||||||
@ -22,7 +21,7 @@ public class SkillIssue {
|
|||||||
public SkillIssue() {
|
public 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