thpatch / Universal-THCRAP-Launcher

Basic Universal Launcher for https://github.com/thpatch/thcrap
The Unlicense
43 stars 16 forks source link

If only elements are games.js and config.js program skips over one of them #1

Closed lilyremigia closed 6 years ago

lilyremigia commented 6 years ago
for (int i = 0; i < jsFiles.Count; i++)
   if (jsFiles[i] == "games.js" || jsFiles[i] == "config.js")
       jsFiles.Remove(jsFiles[i]);
lilyremigia commented 6 years ago

https://github.com/Tudi20/Universal-THCRAP-Launcher/commit/fe60d0dfe93ccf30420446ad33afd31f30669d2c Issue fixed.