mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
update client if fail to get md5
This commit is contained in:
parent
99c798daad
commit
4818225bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ object MainWindow : JFrame("2009scape Launcher") {
|
|||
Thread.sleep(50L)
|
||||
}
|
||||
Settings.HAS_UPDATED = true
|
||||
if (Updater.remoteMD5 != "-1" && Updater.remoteMD5 != Updater.localMD5) {
|
||||
if (Updater.remoteMD5 != Updater.localMD5) {
|
||||
println("Update required, running update...")
|
||||
loadingLabel.text = oldText
|
||||
Updater.runUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue