mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-25 23:16:56 -09:00
replace "URL" with "Metadata" in modgui.injector.js
This commit is contained in:
parent
c268b7b7b2
commit
37bfecfdd2
@ -25,7 +25,7 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
URL
|
Metadata
|
||||||
</td>
|
</td>
|
||||||
<td class="nothing"></td>
|
<td class="nothing"></td>
|
||||||
<td>
|
<td>
|
||||||
@ -275,4 +275,4 @@ globalThis.modapi_guikit = `// ModAPI GUI made by TheIdiotPlays
|
|||||||
});
|
});
|
||||||
f.click();
|
f.click();
|
||||||
}
|
}
|
||||||
})();`;
|
})();`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user