make mod loading actually do stuff
This commit is contained in:
parent
ae34f0ea6f
commit
31c4c21944
1 changed files with 2 additions and 1 deletions
|
@ -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.")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue