mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 08:05:21 -04:00
new 60 slot IP
This commit is contained in:
parent
8a7955d638
commit
f654147563
2
fetch.js
2
fetch.js
@ -19,7 +19,7 @@ function updateData() {
|
|||||||
|
|
||||||
function updateTable(data) {
|
function updateTable(data) {
|
||||||
active = document.getElementById("active");
|
active = document.getElementById("active");
|
||||||
active.innerText = `Active Players: ${data.currentPlayers} / 32`;
|
active.innerText = `Active Players: ${data.currentPlayers} / 60`;
|
||||||
|
|
||||||
queue = document.getElementById("queue");
|
queue = document.getElementById("queue");
|
||||||
queue.innerText = `In Queue: ${data.currentQueue}`;
|
queue.innerText = `In Queue: ${data.currentQueue}`;
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="title">NoPixel Players (Server 1)</h1>
|
<h1 id="title">NoPixel Players [New Server – 60 Slots]</h1>
|
||||||
<h2 id="active">Active Players:</h2>
|
<h2 id="active">Active Players:</h2>
|
||||||
<h2 id="queue">In Queue:</h2>
|
<h2 id="queue">In Queue:</h2>
|
||||||
<p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener noreferrer nofollow">on GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>
|
<p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener noreferrer nofollow">on GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user