Skip to content

Commit 2daa539

Browse files
committed
Bugfix owned base game
1 parent 122a5ff commit 2daa539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Steam Web Integration.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function doApp(elem, wishlist, ownedApps, ignoredApps, decommissioned, limited,
371371
if (settings.wantDLC && dlc[appID]) { // if DLC and enabled
372372
const base = dlc[appID].base_appID;
373373
const ownsBase = ownedApps.includes(base);
374-
html += genIconHTML(settings.dlcColor, `${item} (${appID}) is downloadable content for an ${ownsBase ? `un` : ``}owned base game (${base})`, lcs, settings.dlcIcon); // ⇩
374+
html += genIconHTML(settings.dlcColor, `${item} (${appID}) is downloadable content for an ${ownsBase ? `` : `un`}owned base game (${base})`, lcs, settings.dlcIcon); // ⇩
375375
}
376376

377377
if (settings.wantDecommissioned && decommissioned) { // if decommissioned and have cache or new data

0 commit comments

Comments
 (0)