Skip to content

Commit

Permalink
would be great if they actually followed the guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 6, 2024
1 parent 4fad19b commit d462d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/username.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function parseUsername(username) {
* @returns {boolean} true if the username was probably randomly generated.
*/
function isGenerated(username) {
return ANONYMIZE.test(username) || username === 'player';
return ANONYMIZE.test(username) || username === 'player' || username === 'scratchattach';
}

const agent = new https.Agent({
Expand Down

0 comments on commit d462d4a

Please sign in to comment.