1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +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;
sessionStateGoal = 2;
event.returnValue = "";
sessionReAnn = setInterval(function () {
diont.announceService(service);
}, 10000);
sessionReAnn = setInterval(function () {
diont.renounceService(service);
}, 5000);