From b9487dd95c830def47f636a4f02655626023af42 Mon Sep 17 00:00:00 2001 From: Charlie Unfricht Date: Wed, 17 Aug 2022 01:33:02 -0400 Subject: [PATCH] .length() -> .length --- scripts/portal/secretDoor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/portal/secretDoor.js b/scripts/portal/secretDoor.js index 8d8d9c6596..9808b20d24 100644 --- a/scripts/portal/secretDoor.js +++ b/scripts/portal/secretDoor.js @@ -32,7 +32,7 @@ function enter(pi) { return doorCross(pi); } else if (pi.isQuestStarted(3360)) { var pw = pi.getQuestProgress(3360); - if (pw.length() > 1) { + if (pw.length > 1) { pi.openNpc(2111024, "MagatiaPassword"); return false; } else {