v1 #4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class LeaderBoard {
|
||||||
ReloadAff() {
|
ReloadAff() {
|
||||||
let LBplayers=[];
|
let LBplayers=[];
|
||||||
players.forEach((p) => {
|
players.forEach((p) => {
|
||||||
if(p != null) {
|
if(p != null && (p.id >0 || p.kill>0 || p.death>0)) {
|
||||||
LBplayers.push(p);
|
LBplayers.push(p);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue