Update ready event

This commit is contained in:
Christer Warén 2021-09-16 05:35:40 +03:00
parent 214dff29d5
commit 0ee3ca5e08

View File

@ -89,7 +89,7 @@ module.exports = {
}, 5000); }, 5000);
setTimeout(function () { setTimeout(function () {
if(client.stations.list) { if(client.stations) {
/*MAINTENANCE MODE*/ /*MAINTENANCE MODE*/
client.funcs.logger("Maintenance Mode", "Disabled"); client.funcs.logger("Maintenance Mode", "Disabled");
client.config.maintenanceMode = false; client.config.maintenanceMode = false;