Skip to content

Commit

Permalink
Update arma3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OshidaBCF committed Jan 23, 2024
1 parent 60232fb commit 4fcee43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/arma3.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function parseArmaModpackPreset()

if(row.querySelector('[class="from-steam"]'))
{
console.log(modName + " added")
modID = row.querySelector('td > a').innerHTML.split("=")[1]
if (!ignoreIDList.includes(modID))
output += "@" + modName + ";"
Expand Down

0 comments on commit 4fcee43

Please sign in to comment.