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

Fix missing CRLF in chooseplayer.

parent bd1ea15a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -183,6 +183,7 @@ function chooseplayer() ...@@ -183,6 +183,7 @@ function chooseplayer()
ch = getkey().toUpperCase(); ch = getkey().toUpperCase();
if (ch !== 'N') if (ch !== 'N')
ch = 'Y'; ch = 'Y';
lln('`%' + ch);
if (ch === 'Y') if (ch === 'Y')
return i; return i;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment