Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyDoggs authored Sep 13, 2024
1 parent 480f368 commit 1a69ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1a69ddf

Please sign in to comment.