This commit is contained in:
ScrawnyRonnie 2026-01-12 12:20:25 -05:00
parent 5b72184161
commit eb685012cd
2 changed files with 4 additions and 3 deletions

View file

@ -23,7 +23,7 @@
try {
const resp = await axios.get("/api/char_stats_bep/0");
const stats = resp.data;
bepPlayers = stats.players.filter(p => p.bep > 14999);
bepPlayers = stats.players;
// Reset alert message if needed
alert.message("");
} catch (e) {