1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 03:25:22 -04:00

new 60 slot IP

This commit is contained in:
Jake Jarvis 2019-06-24 15:41:50 -04:00
parent 8a7955d638
commit f654147563
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="title">NoPixel Players (Server 1)</h1>
<h1 id="title">NoPixel Players [New Server &ndash; 60 Slots]</h1>
<h2 id="active">Active Players:</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>