From 558a681b3e80bd2c6c2060657a94ef011d2e59c6 Mon Sep 17 00:00:00 2001 From: sky Date: Wed, 27 Sep 2023 11:45:59 -0400 Subject: [PATCH] Update all.js --- js/all.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/all.js b/js/all.js index ef7d387c..4151bed1 100644 --- a/js/all.js +++ b/js/all.js @@ -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); -} \ No newline at end of file +}