mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
fix small stupid bug in modloader
This commit is contained in:
parent
c336b3160b
commit
5789bc198e
@ -130,7 +130,7 @@ globalThis.modapi_modloader = "(" + (() => {
|
||||
"[EaglerML] Adding mod to loadlist from eaglercraftXOpts: " +
|
||||
modToAdd
|
||||
);
|
||||
modsArr.push(modToAdd);
|
||||
modsArr.push("web@" + modToAdd);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user