Fix player list ordering
This commit is contained in:
parent
ac1f03bec0
commit
9904d770af
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ function checkMinecraftServerStatus() {
|
|||
loading.style.display = "none";
|
||||
servers.style.display = "inherit";
|
||||
const newChildren = [];
|
||||
let pl = null;
|
||||
for (let k of Object.keys(statuses)) {
|
||||
let pl = null;
|
||||
const status = statuses[k]
|
||||
const el = document.createElement("li")
|
||||
const s = document.createElement("strong")
|
||||
|
|
Loading…
Reference in a new issue