From 812ee117f701148046e5018decee8940b634d718 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 18 Aug 2025 16:23:32 -0700 Subject: feat: support for multiple accounts --- meta.jq | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta.jq') diff --git a/meta.jq b/meta.jq index c849674..8f7d788 100644 --- a/meta.jq +++ b/meta.jq @@ -14,12 +14,6 @@ def apply_optional: if has("rules") then end; def replace_placeholders: { - "auth_player_name": $auth[0].player_name, - "auth_uuid": $auth[0].uuid, - "auth_xuid": $auth[0].xuid, - "auth_access_token": $auth[0].access_token, - "user_type": $auth[0].type, - "version_name": .id, "version_type": .type, -- cgit v1.2.3