mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-26 07:19:26 -09:00
stupid fix
This commit is contained in:
parent
f26411a94d
commit
c250cc1042
@ -105,11 +105,6 @@ var main;(function(){`
|
||||
\<script id="libserverside"\>{"._|_libserverside_|_."}\<\/script\>`
|
||||
);
|
||||
|
||||
patchedFile = patchedFile.replace(
|
||||
`document.getElementById("launch_countdown_screen").remove(); main();`,
|
||||
`document.getElementById("launch_countdown_screen").remove(); window.modapi_displayModGui();`
|
||||
)
|
||||
|
||||
const extractConstructorRegex =
|
||||
/^\s*function (\S*?)__init_\d*?\((?!\$)/gm;
|
||||
const extractConstructorFullNameRegex =
|
||||
|
Loading…
x
Reference in New Issue
Block a user