From ecbb39b651abfffcc88b28954b299224caf8108d Mon Sep 17 00:00:00 2001 From: PRO100KatYT <67335438+PRO100KatYT@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:45:36 +0200 Subject: [PATCH] I think this should remove the parental controls prompt upon entering the lobby --- structure/user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/structure/user.js b/structure/user.js index c3776bf..7cad967 100644 --- a/structure/user.js +++ b/structure/user.js @@ -61,7 +61,9 @@ express.get("/account/api/public/account/:accountId", async (req, res) => { "emailVerified": true, "minorVerified": false, "minorExpected": false, - "minorStatus": "UNKNOWN" + "minorStatus": "NOT_MINOR", + "cabinedMode": false, + "hasHashedEmail": false }) })