From b0c2d83481ff5a54a4475fef4a0f73b1fed5bd87 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 15 Jul 2019 13:16:48 -0400 Subject: [PATCH] back to 56 --- public/fetch.js | 2 +- public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/fetch.js b/public/fetch.js index 0d0606c..c74392f 100644 --- a/public/fetch.js +++ b/public/fetch.js @@ -19,7 +19,7 @@ function updateData() { function updateTable(data) { active = document.getElementById("active"); - active.innerText = `Active Players: ${data.currentPlayers} / 60`; + active.innerText = `Active Players: ${data.currentPlayers} / 56`; queue = document.getElementById("queue"); queue.innerText = `In Queue: ${data.currentQueue}`; diff --git a/public/index.html b/public/index.html index a67ccd7..c528b39 100644 --- a/public/index.html +++ b/public/index.html @@ -8,10 +8,10 @@ -

NoPixel Players 👾

+

NoPixel Online Roster 👾

Active Players:

In Queue:

-

Please report missing or inaccurate on GitHub or via email.

+

Please report missing or inaccurate on GitHub or via email.