mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-07-14 07:54:53 +00:00
top 500
This commit is contained in:
parent
5b72184161
commit
eb685012cd
2 changed files with 4 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue