diff --git a/svr.js b/svr.js index 7d9eae4..767159e 100644 --- a/svr.js +++ b/svr.js @@ -1491,7 +1491,7 @@ if (!disableMods) { // If it's not a ".tar.gz" file, unpack it using `svrmodpack` if (svrmodpack._errored) throw svrmodpack._errored; svrmodpack.unpack(modFile, __dirname + "/temp/" + modloaderFolderName + "/" + modFileRaw); - svrmodpackUsed = false; + svrmodpackUsed = true; } // Initialize variables for mod loading