Fix graphql query
This commit is contained in:
parent
fc947f3145
commit
5d6b95a161
@ -179,7 +179,7 @@ public final class PlayerFriends {
|
|||||||
"updateAcceptFriendRequests(" +
|
"updateAcceptFriendRequests(" +
|
||||||
"token:\"" + this.token + "\"," +
|
"token:\"" + this.token + "\"," +
|
||||||
"player:\"" + player + "\"," +
|
"player:\"" + player + "\"," +
|
||||||
"acceptRequests:\"" + (enabled ? "true" : "false") + "\"" +
|
"acceptRequests:" + (enabled ? "true" : "false") +
|
||||||
")" +
|
")" +
|
||||||
"}"
|
"}"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user