diff --git a/js/loader.js b/js/loader.js index e4e16cf..cc706b2 100644 --- a/js/loader.js +++ b/js/loader.js @@ -78,7 +78,8 @@ async function loadModFromForm() { // do stuff here, check if mod is ok, etc... alert("Mod loaded!") - mods.push(mod) + mods.push(mod); + loadMod(mod); } catch(err) { alert("That mod isn't valid. Check the mod, and try again.") }