mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:51:32 +01:00
Fix
This commit is contained in:
parent
35903e06ee
commit
e64ba5d32c
@ -195,7 +195,7 @@ public class PlayerResponse extends AbstractReply {
|
|||||||
Players.handleAccount(this);
|
Players.handleAccount(this);
|
||||||
(new Thread("setCapeType") {
|
(new Thread("setCapeType") {
|
||||||
public void run() {
|
public void run() {
|
||||||
Requests.post("https://api.silentclient.net/account/set_cape_type", new JSONObject().put("enabled", type).toString());
|
Requests.post("https://api.silentclient.net/account/set_cape_type", new JSONObject().put("type", type).toString());
|
||||||
Client.getInstance().updateUserInformation();
|
Client.getInstance().updateUserInformation();
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
|
Loading…
Reference in New Issue
Block a user