Skip to content

Commit

Permalink
Revert "Pass run args to JVM (#6)"
Browse files Browse the repository at this point in the history
This reverts commit f7c34d0
  • Loading branch information
modmuss50 committed May 14, 2021
1 parent f7c34d0 commit 1806031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ fn launch_if_valid_java_installation<P: AsRef<Path>>(path: P) {
.arg(format!("-Dfabric.installer.mojanglauncher.open={}", launcher_open))
.arg("-jar")
.arg(launch_exe)
.args(env::args())// Pass the run args through
.status();

if let Ok(status) = status {
Expand Down

0 comments on commit 1806031

Please sign in to comment.