mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update all.js
This commit is contained in:
parent
f5b44204da
commit
558a681b3e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user