1
0
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:
Elijah Bansley 2018-05-18 00:28:13 -05:00 committed by GitHub
parent 68273749a3
commit 37fbe740e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;