Change latest update link

This commit is contained in:
ceikry 2021-07-19 13:38:22 -05:00
parent 27683ec0c4
commit fefb7da33d

View file

@ -24,7 +24,7 @@ object MainWindow : JFrame("2009scape Launcher") {
layout = null
constructTopBar()
val updatePane = LatestUpdatePane("https://2009scape.org/services/m=news/archives/2021-07-12.html")
val updatePane = LatestUpdatePane("https://2009scape.org/services/m=news/archives/latest.html")
updatePane.placeAt(4, 45, MainWindow.width - 8, MainWindow.height - 85)
add(updatePane)
addPlayButton()