Skip to content

Commit

Permalink
fix: undo local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
notmeta authored Nov 26, 2024
1 parent fe5b919 commit 516a1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/src/main/kotlin/net/rsprox/launcher/Launcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ public class Launcher(args: Array<String>) {
}

public fun getLaunchArgs(launcherArgs: Array<String>): List<String> {
// clean()
// download()
clean()
download()

val classpath = StringBuilder()
for (artifact in bootstrap.artifacts) {
Expand Down

0 comments on commit 516a1f7

Please sign in to comment.