mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-30 06:23:34 +00:00
Update main.js
This commit is contained in:
parent
68273749a3
commit
37fbe740e0
4
main.js
4
main.js
@ -147,9 +147,9 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
logOutput(`Preparing to launch ${payloadType}...`);
|
logOutput(`Preparing to launch ${payloadType}...`);
|
||||||
|
|
||||||
let payload;
|
let payload;
|
||||||
if (payloadType === "hekate5") {
|
if (payloadType === "hekate v5") {
|
||||||
payload = hekate5;
|
payload = hekate5;
|
||||||
} else if (payloadType === "hekate4") {
|
} else if (payloadType === "hekate v4") {
|
||||||
payload = hekate4;
|
payload = hekate4;
|
||||||
} else if (payloadType === "fusee") {
|
} else if (payloadType === "fusee") {
|
||||||
payload = fusee;
|
payload = fusee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user