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

Fix reversed logic in previous commit.

parent 263001ac
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2619,7 +2619,7 @@ function offline_battle(no_super, skip_see)
else {
ch = hbar(2, 23, ['Attack', 'Run For it']);
}
if (pending_timeout !== undefined) {
if (pending_timeout === undefined) {
dk.console.gotoxy(2,21);
dk.console.cleareol();
if (ch === 1) {
......
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