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]); }