Skip to content

Commit 339634f

Browse files
authored
Merge pull request #2737 from Nolanp123/fix-minecraft-regex
Fix Minecraft False Positives for Long Usernames
2 parents b69c8ef + c163269 commit 339634f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sherlock_project/resources/data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,7 @@
15511551
"Minecraft": {
15521552
"errorMsg": "Couldn't find any profile with name",
15531553
"errorType": "message",
1554+
"regexCheck": "^.{1,25}$",
15541555
"url": "https://api.mojang.com/users/profiles/minecraft/{}",
15551556
"urlMain": "https://minecraft.net/",
15561557
"username_claimed": "blue"

0 commit comments

Comments
 (0)