Don't reset when we drop pings.
This commit is contained in:
parent
dd8f5ec10d
commit
79e5f96090
@ -134,9 +134,6 @@ function updateServerStatus(lastEntry) {
|
|||||||
newStatus += 'Failed to ping!';
|
newStatus += 'Failed to ping!';
|
||||||
}
|
}
|
||||||
|
|
||||||
lastPlayerEntries[info.name] = 0;
|
|
||||||
lastLatencyEntries[info.name] = 0;
|
|
||||||
|
|
||||||
div.html(newStatus + '</span>');
|
div.html(newStatus + '</span>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user