diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-08-18 16:23:32 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-08-18 16:23:32 -0700 |
| commit | 812ee117f701148046e5018decee8940b634d718 (patch) | |
| tree | 03d000a211d75c19c47e5b2ac515c8b0fd104587 /meta.jq | |
| parent | 696be76bda4c8bf8ed0fc7d0cff2c1358f98aa93 (diff) | |
feat: support for multiple accounts
Diffstat (limited to 'meta.jq')
| -rw-r--r-- | meta.jq | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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, |