1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-18 04:33:50 +02:00
This commit is contained in:
TheGreyDiamond
2020-12-28 19:33:10 +01:00
parent dcc2336463
commit ebd30ee911

View File

@ -375,7 +375,9 @@ function init() {
sessionState = 2; sessionState = 2;
sessionStateGoal = 2; sessionStateGoal = 2;
event.returnValue = ""; event.returnValue = "";
sessionReAnn = setInterval(function () {
diont.announceService(service);
}, 10000);
sessionReAnn = setInterval(function () { sessionReAnn = setInterval(function () {
diont.renounceService(service); diont.renounceService(service);
}, 5000); }, 5000);