1
0
mirror of https://github.com/lordfriky/web-cfw-loader.git synced 2025-04-09 12:13:35 +00:00
This commit is contained in:
Elijah 2018-05-21 17:09:18 -05:00
parent 1d4fdd0847
commit ba77a0c485
2 changed files with 2 additions and 2 deletions

@ -137,7 +137,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
if (payloadType === "hekate v5") {
payload = hekate5;
} else if (payloadType === "hekatev4") {
} else if (payloadType === "hekate v4") {
payload = hekate4;
} else if (payloadType === "fusee") {

File diff suppressed because one or more lines are too long