From 1a69ddf494508bd8643d8eb241513eb806e87afe Mon Sep 17 00:00:00 2001 From: FunnyDoggs <150701373+FunnyDoggs@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:02:09 -0400 Subject: [PATCH] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8cb55bf..5325f41 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ window.location.href += "eaglercraft.html" } else if (input === pass.trim()+"DEV=TRUE") { window.location.href += "eaglercraft_eruda.html" - } else if (input === pass.trim()+"NO_DEUG") { + } else if (input === pass.trim()+"NO_DEBUG") { window.location.href += "eaglercraft_no_debug.html" } else { alert("Wrong Password");