From bd01d6fa55fef8bd23fe5d65047bf3e9133a4c92 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:56:58 -0700 Subject: [PATCH] . --- src/resources/scripts/eagler-launch/1.8.8/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/scripts/eagler-launch/1.8.8/main.ts b/src/resources/scripts/eagler-launch/1.8.8/main.ts index d96e956..2bf76a3 100644 --- a/src/resources/scripts/eagler-launch/1.8.8/main.ts +++ b/src/resources/scripts/eagler-launch/1.8.8/main.ts @@ -1,4 +1,5 @@ // @ts-nocheck +import { inflate } from 'pako'; const storage = { local: { get: function (key: string) { @@ -14,7 +15,6 @@ const storage = { }, }, }; - const base64Gzip = { decompress: function (string: string): string { return inflate(