This commit is contained in:
2019-06-10 00:20:34 +10:00
parent 4c6450df55
commit 0a4f3ac4ca
+2 -2
View File
@@ -49,8 +49,8 @@ const statisticsRequest = (connection) => (req, res) => {
'Scientist Total': scientistTotal, 'Scientist Total': scientistTotal,
'Spy Total': { string: '[Classified]', color: 'red' }, 'Spy Total': { string: '[Classified]', color: 'red' },
'Gold Average': `${round(goldAverage)}`, 'Gold Average': `${round(goldAverage)}`,
'Tick Rate': `${tickRate} minutes`, 'Gold Tick Rate': `${tickRate} minutes`,
'Next Tick': `${nextTick} minute${nextTick === 1 ? '' : 's'} from now` 'Gold Next Tick': `${nextTick} minute${nextTick === 1 ? '' : 's'} from now`
}); });
res.end(); res.end();
}); });