diff --git a/xtrn/lord2/l2cfg.js b/xtrn/lord2/l2cfg.js
index f5e3ff4823b19b6acd976a95c0150dd7890d38d0..ccc69a315a8ab48d422ff0a8020a14ceb15433fd 100644
--- a/xtrn/lord2/l2cfg.js
+++ b/xtrn/lord2/l2cfg.js
@@ -1075,7 +1075,7 @@ menu('`r0`c                 `r1   `%LORD II: CONFIGURE JS   `r0', true, [
 							more();
 						}
 						else {
-							player = get_player(i);
+							get_player(i);
 						}
 					}
 					else {
@@ -1107,7 +1107,7 @@ menu('`r0`c                 `r1   `%LORD II: CONFIGURE JS   `r0', true, [
 							more();
 						}
 						else {
-							player = get_player(i);
+							get_player(i);
 						}
 					}
 					ctx.title = menu_title();
@@ -1139,7 +1139,7 @@ menu('`r0`c                 `r1   `%LORD II: CONFIGURE JS   `r0', true, [
 			];
 		}
 
-		player = get_player(0);
+		get_player(0);
 		menu(menu_title(), false, options(), 0);
 	}},
 	{text:'  `2(`%I`2)tem Editor', shortcut:'I', callback:function() {