From 640c47b9333b8eef795c445ccbf52d5772bbbe1a Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Wed, 2 Feb 2022 03:35:44 -0500 Subject: [PATCH] Updated comment --- .idea/codeStyles/Project.xml | 3 --- .idea/codeStyles/codeStyleConfig.xml | 1 + .idea/modules.xml | 1 + .idea/steamcommunity.iml | 1 + .idea/vcs.xml | 1 + components/market.js | 7 +++---- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index ea198ab..797d04f 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,8 +1,5 @@ - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..18cac0e 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/components/market.js b/components/market.js index 081e16c..01f3d2e 100644 --- a/components/market.js +++ b/components/market.js @@ -234,10 +234,9 @@ SteamCommunity.prototype.createBoosterPack = function(appid, useUntradableGems, appid, series: 1, // tradability_preference can be a value 1-3 - // 1: Prefer using tradable gems - // 2: Prefer using tradable gems (this value is sent when you don't have any untradable gems and thus aren't - // prompted whether you want to use tradable or untradable gems, but it appears to work the same as 1) - // 3: Prefer using untradable gems + // 1: Prefer using tradable gems, but use untradable if necessary + // 2: Only use tradable gems + // 3: Prefer using untradable gems, but use tradable if necessary tradability_preference: useUntradableGems ? 3 : 2 }, json: true,