A few bugfixes

This commit is contained in:
2018-10-29 18:21:06 +11:00
parent a3886fc863
commit 02a52f0b07
4 changed files with 35 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ client.on('ready', async () => {
//ADAM updates stamina (1) and health by 1% every 2 min.
cron.schedule('*/2 * * * *', () => { //TODO: move this to Mori
console.log('Updating STAMINA every 2 min.');
//s console.log('Updating STAMINA every 2 min.');
shared.SendServerData("updateStamina");
});
});