Update main.js

pull/1/merge
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
1 changed files with 2 additions and 2 deletions

View File

@ -147,9 +147,9 @@ document.getElementById("goButton").addEventListener("click", async () => {
logOutput(`Preparing to launch ${payloadType}...`);
let payload;
if (payloadType === "hekate5") {
if (payloadType === "hekate v5") {
payload = hekate5;
} else if (payloadType === "hekate4") {
} else if (payloadType === "hekate v4") {
payload = hekate4;
} else if (payloadType === "fusee") {
payload = fusee;