FINALLY fix the multiple injections bug

This commit is contained in:
AAGaming
2022-08-13 23:58:57 -04:00
parent 84a19203c5
commit 30a538e85e
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@ declare global {
}
(async () => {
window.deckyHasLoaded = true;
await sleep(1000);
window.deckyAuthToken = await fetch('http://127.0.0.1:1337/auth/token').then((r) => r.text());
window.DeckyPluginLoader?.dismountAll();