1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 02:15:23 -04:00

bump to 64 slots

This commit is contained in:
Jake Jarvis 2019-08-19 12:02:02 -05:00 committed by GitHub
parent 0508e34502
commit dfe774f275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ function updateData() {
function updateTable(data) {
active = document.getElementById("active");
active.innerText = `Active Players: ${data.currentPlayers} / 56`;
active.innerText = `Active Players: ${data.currentPlayers} / 64`;
queue = document.getElementById("queue");
queue.innerText = `In Queue: ${data.currentQueue}`;