Tweak
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user