From d4c268129b14e74c09d22ec344ae95b5c554ac30 Mon Sep 17 00:00:00 2001 From: LAX1DUDE Date: Mon, 23 May 2022 21:48:03 -0700 Subject: [PATCH] improved offline download load times --- stable-download/Offline_Download_Version.html | 9 +++------ .../Offline_Download_Version_SECURE.html | 13 +++++-------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/stable-download/Offline_Download_Version.html b/stable-download/Offline_Download_Version.html index 2190982..4aeb300 100644 --- a/stable-download/Offline_Download_Version.html +++ b/stable-download/Offline_Download_Version.html @@ -19,7 +19,7 @@ Visit this link to check for newer versions of this file: https://github.com/LAX1DUDE/eaglercraft/blob/main/stable-download/Offline_Download_Version.html -This version of eaglercraft you are using right now is from 5/16/2022 +This version of eaglercraft you are using right now is from 5/23/2022 --> @@ -123,7 +123,7 @@ function createAssetURI(el) { var eee = document.getElementById(el); var str = eee.innerText; eee.remove(); - return URL.createObjectURL(new Blob([base64js.toByteArray(str.trim())])); + return "data:application/octet-stream;base64," + str.trim(); } @@ -17404,14 +17404,11 @@ function countdown() { setTimeout(function(){ c.innerText = "(Game will launch in 0)"; }, 5000); } -

you are running eaglercraft locally, check this link regularly for an updated version

-

the version you are currently using is from 5/16/2022

+

the version you are currently using is from 5/23/2022

(Game will launch in 5)