Add field that shows when the server started

This commit is contained in:
Christopher Cookman 2022-12-03 18:38:27 -07:00
parent 0688ebe2ee
commit 8f50a10f0d
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -25,6 +25,7 @@ var masterList = {
};
var serverList = {
serviceStarted: new Date(),
serverCount: 0,
highestVersion: "0.0.0",
outdatedServers: 0,