mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
Fix Minecraft rate limit F+
This commit is contained in:
parent
cc95d4eea9
commit
d5c235df71
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"Minecraft": {
|
||||
"errorCode": 204,
|
||||
"errorCode": [204, 404, 405],
|
||||
"errorType": "status_code",
|
||||
"url": "https://api.mojang.com/users/profiles/minecraft/{}",
|
||||
"urlMain": "https://minecraft.net/",
|
||||
|
|
Loading…
Reference in a new issue