Revert "use cdn for client downloads"

This reverts commit 5df2ece99e.
This commit is contained in:
ceikry 2022-05-02 10:42:13 -05:00
parent 7b46725acb
commit b65f476997

View file

@ -5,8 +5,8 @@ object Settings {
false -> System.getProperty("user.home")
}
val SAVE_NAME = "2009scape.jar"
val DOWNLOAD_URL = "https://cdn.2009scape.org/2009scape.jar"
val DOWNLOAD_MD5_URL = "https://cdn.2009scape.org/2009scape.md5sum"
val DOWNLOAD_URL = "http://play.2009scape.org/2009scape.jar"
val DOWNLOAD_MD5_URL = "http://play.2009scape.org/2009scape.md5sum"
val LAUNCHER_URL = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build"
var HAS_UPDATED = false
var CHECK_FOR_UPDATES = true