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 announce;
|
||||||
let read = 0;
|
let read = 0;
|
||||||
|
checkannouncements();
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if (read == 0) {
|
if (read == 0) {
|
||||||
checkannouncements();
|
checkannouncements();
|
||||||
@ -158,4 +159,4 @@ function downloadMainSave() {
|
|||||||
fakeElement.download = "your.selenite.save";
|
fakeElement.download = "your.selenite.save";
|
||||||
fakeElement.click();
|
fakeElement.click();
|
||||||
URL.revokeObjectURL(dataURL);
|
URL.revokeObjectURL(dataURL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user