Merge branch 'master' into 'master'

update

See merge request core-developers/forge!6357
This commit is contained in:
Anthony Calosa
2022-03-06 12:44:16 +00:00

View File

@@ -74,8 +74,8 @@ public class AssetsDownloader {
} }
return; return;
} }
SOptionPane.showMessageDialog("Could not download update. " + SOptionPane.showOptionDialog("Could not download update. " +
"Press OK to proceed without update.", "Update Failed"); "Press OK to proceed without update.", "Update Failed", null, ImmutableList.of("Ok"));
} }
} }
} }