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

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

parent b480bca6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -1075,7 +1075,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [ ...@@ -1075,7 +1075,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [
more(); more();
} }
else { else {
player = get_player(i); get_player(i);
} }
} }
else { else {
...@@ -1107,7 +1107,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [ ...@@ -1107,7 +1107,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [
more(); more();
} }
else { else {
player = get_player(i); get_player(i);
} }
} }
ctx.title = menu_title(); ctx.title = menu_title();
...@@ -1139,7 +1139,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [ ...@@ -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); menu(menu_title(), false, options(), 0);
}}, }},
{text:' `2(`%I`2)tem Editor', shortcut:'I', callback:function() { {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.
Please register or to comment