diff --git a/xtrn/lord2/l2cfg.js b/xtrn/lord2/l2cfg.js
index ef485c2b196459f04cf746409ee661d8f4f8077e..8b603e863bae15a5c6f706c54319170b5adceab0 100644
--- a/xtrn/lord2/l2cfg.js
+++ b/xtrn/lord2/l2cfg.js
@@ -1351,7 +1351,7 @@ menu('`r0`c                 `r1   `%LORD II: CONFIGURE JS   `r0', true, [
 		lln('  the TRADER.DAT file, daily happenings, etc.');
 		sln('');
 		lw('  Do it? [`!N`2] : ');
-		ch = getkey.toUpperCase();
+		ch = getkey().toUpperCase();
 		if (ch !== 'Y')
 			ch = 'N';
 		lw('`%'+ch);