Skip to content

Commit

Permalink
fix: runewiki osrs native client archive link
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Dec 26, 2024
1 parent 6c2cf2a commit e273e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public object RuneWikiNativeClientDownloader {
type: NativeClientType,
version: String,
): Path {
val prefix = "https://www.runewiki.org/archive/oldschool.runescape.com/native/"
val prefix = "https://archive.lostcity.rs/oldschool.runescape.com/native/"
val typePath =
when (type) {
NativeClientType.WIN -> "osrs-win/"
Expand Down

0 comments on commit e273e50

Please sign in to comment.