mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:21:32 +01:00
Update SkillIssue.java
This commit is contained in:
parent
eb6513e818
commit
9a8573621a
@ -41,6 +41,9 @@ public class SkillIssue {
|
|||||||
}
|
}
|
||||||
detection.getDetections().clear();
|
detection.getDetections().clear();
|
||||||
}
|
}
|
||||||
|
if(jsonArray.isEmpty()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
JSONObject jsonObject = new JSONObject().put("detects", jsonArray);
|
JSONObject jsonObject = new JSONObject().put("detects", jsonArray);
|
||||||
|
|
||||||
Requests.post("https://api.silentclient.net/anticheat/detect", jsonObject.toString());
|
Requests.post("https://api.silentclient.net/anticheat/detect", jsonObject.toString());
|
||||||
|
Loading…
Reference in New Issue
Block a user