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

Do not attempt to list online players who are not on a valid map location

Prevents a who's online list from aborting early when it encounters
and invalid player record.
parent cba62a81
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1833,6 +1833,7 @@ rescan:
else
pl = pfile.get(i);
mp = load_map(pl.lastmap);
if (mp !== null)
lln(' `2'+space_pad(pl.name, 29)+'`%'+space_pad(pl.p[8].toString(), 14)+'`0'+mp.name);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment