From 5a37a4e97c527d6ab493bbab60906d05b012fd40 Mon Sep 17 00:00:00 2001 From: OshidaBCF Date: Fri, 12 Jan 2024 23:48:09 +0100 Subject: [PATCH] i'm stopid --- js/arma3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/arma3.js b/js/arma3.js index a201240..f77957e 100644 --- a/js/arma3.js +++ b/js/arma3.js @@ -60,7 +60,7 @@ function parseArmaModpackPreset() modName = row.querySelector('[data-type="DisplayName"]').innerHTML modName = modName.replace('&', /&/).replace('<', //).replace('"', /'/).replace(''', /"/) modName = modName.replaceAll(regex, "") - output += modName + ";" + output += "@" + modName + ";" } output = output.replaceAll(" ", " ").slice(0, -1) document.getElementById("modString").textContent = output