Fix version list

This commit is contained in:
Christopher Cookman 2022-11-25 15:29:14 -07:00
parent 440a014377
commit 59bf399652
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -152,6 +152,7 @@ var versions = {};
// Track server versions
function countVersions() {
console.log(`${colors.cyan(`[INFO ${new Date()}]`)} Counting server versions...`);
versions = {};
for (var key in serverList.servers) {
if (serverList.servers.hasOwnProperty(key)) {
if (versions[serverList.servers[key].version] == undefined) {