mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Created an empty shell of a server
This commit is contained in:
@@ -60,7 +60,7 @@ client.on('ready', async () => {
|
||||
console.log("Logged in as: " + client.user.username + " - " + client.user.id);
|
||||
|
||||
//ADAM updates stamina (1) and health by 1% every 2 min.
|
||||
cron.schedule('*/2 * * * *', () => {
|
||||
cron.schedule('*/2 * * * *', () => { //TODO: move this to Mori
|
||||
console.log('Updating STAMINA every 2 min.');
|
||||
shared.SendServerData("updateStamina");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user