From c4340b216966af7a4ad4d54f397366862434cf37 Mon Sep 17 00:00:00 2001 From: ddededodediamante Date: Wed, 31 Dec 2025 01:55:16 -0300 Subject: [PATCH 1/2] Add ddededodediamante to missing credits Add ddededodediamante to missing credits (me!) --- src/playground/credits/users.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/playground/credits/users.js b/src/playground/credits/users.js index 2335b401823..e40b9d682c2 100644 --- a/src/playground/credits/users.js +++ b/src/playground/credits/users.js @@ -182,6 +182,10 @@ const pmPullRequestDevelopers = [ // these people made a PR that got merged, or image: `https://github.com/NotEmbin.png`, href: `https://github.com/NotEmbin/`, }, + { + text: 'ddededodediamante', + image: `https://github.com/ddededodediamante.png`, + href: `https://github.com/ddededodediamante/`, { // rx or ry single fix text: 'NotCryptid', image: `https://penguinmod.com/unknown_user.png`, @@ -955,7 +959,8 @@ const pmExtensionDevelopers = [ 'oc9x97', 'lego7set', 'mariocraft987', - 'AshimeeAlt' + 'AshimeeAlt', + 'ddededodediamante' ].map(fromHardcodedGithub); const pmCodeUsedFrom = [ From a5464c2058c53af8b7cb185a1630df324b8c65f6 Mon Sep 17 00:00:00 2001 From: ddededodediamante Date: Wed, 31 Dec 2025 02:48:41 -0300 Subject: [PATCH 2/2] Fix --- src/playground/credits/users.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playground/credits/users.js b/src/playground/credits/users.js index e40b9d682c2..c0d72f1d558 100644 --- a/src/playground/credits/users.js +++ b/src/playground/credits/users.js @@ -186,6 +186,7 @@ const pmPullRequestDevelopers = [ // these people made a PR that got merged, or text: 'ddededodediamante', image: `https://github.com/ddededodediamante.png`, href: `https://github.com/ddededodediamante/`, + }, { // rx or ry single fix text: 'NotCryptid', image: `https://penguinmod.com/unknown_user.png`,