Skip to content
Snippets Groups Projects
Commit 28eea29e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

get_player() sets player, it doesn't return it.

parent 873f4042
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment