From 668ecb659c742c9d4706d95e622505614779ecbd Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 31 Aug 2024 08:34:37 -0700 Subject: [PATCH] fixed. --- public/game/web/main/1.2.5/index.html | 13304 ++++++++++++++++++++++++ public/home/game/index.html | 2 +- src/resources/scripts/main.ts | 2 +- 3 files changed, 13306 insertions(+), 2 deletions(-) create mode 100644 public/game/web/main/1.2.5/index.html diff --git a/public/game/web/main/1.2.5/index.html b/public/game/web/main/1.2.5/index.html new file mode 100644 index 0000000..d2d3ab3 --- /dev/null +++ b/public/game/web/main/1.2.5/index.html @@ -0,0 +1,13304 @@ + + + + Eaglercraft 1.2.5 + + + + + + + + + + + \ No newline at end of file diff --git a/public/home/game/index.html b/public/home/game/index.html index cd080ea..bf3b852 100644 --- a/public/home/game/index.html +++ b/public/home/game/index.html @@ -75,7 +75,7 @@ 1.5.2 -
+
1.2.5
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 7440c0c..0d4d4b3 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -473,5 +473,5 @@ if (window.location.pathname === '/welcome/') { if (window.location.hostname === null) { // Stop the minifier from removing these functions - console.log([navigate, cookie, query, versionSelector]); + console.log([navigate, cookie, query, versionSelector, game]); }