mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 14:41:18 -09:00
fix capitalisation
This commit is contained in:
parent
f22b7b4974
commit
ccdac07c05
@ -352,7 +352,7 @@ document.querySelector("#giveme").addEventListener("click", () => {
|
|||||||
if (globalThis.doEaglerforge) {
|
if (globalThis.doEaglerforge) {
|
||||||
if (string.includes("__eaglerforgeinjector_installation_flag__")) {
|
if (string.includes("__eaglerforgeinjector_installation_flag__")) {
|
||||||
backgroundLog("Detected input containing EFI installation flag.", true);
|
backgroundLog("Detected input containing EFI installation flag.", true);
|
||||||
return alert("this file already has eaglerforge injected in it, you nonce.\nif you're trying to update, you need a vanilla file.");
|
return alert("this file already has EaglerForge injected in it, you nonce.\nif you're trying to update, you need a vanilla file.");
|
||||||
}
|
}
|
||||||
patchedFile = await processClasses(patchedFile);
|
patchedFile = await processClasses(patchedFile);
|
||||||
} else if (globalThis.doShronk) {
|
} else if (globalThis.doShronk) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user