Update all.js

This commit is contained in:
sky 2023-09-27 11:45:59 -04:00 committed by GitHub
parent f5b44204da
commit 558a681b3e

View File

@ -109,6 +109,7 @@ function defer(method) {
}
let announce;
let read = 0;
checkannouncements();
setInterval(() => {
if (read == 0) {
checkannouncements();
@ -158,4 +159,4 @@ function downloadMainSave() {
fakeElement.download = "your.selenite.save";
fakeElement.click();
URL.revokeObjectURL(dataURL);
}
}