Skip to content

Commit c163269

Browse files
committed
Add regexCheck to Minecraft to prevent false positives for long usernames
1 parent b69c8ef commit c163269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)