Skip to content

Commit

Permalink
stupid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 authored Sep 19, 2024
1 parent f26411a commit c250cc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions injector.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c250cc1

Please sign in to comment.