Skip to content

Commit

Permalink
added replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Jun 21, 2022
1 parent 3f21e24 commit 14c1e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/play.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl ExaltaLauncher {
env: 4,
server_name: String::new(),
})?
}.replace(",\"serverName\":null", ",\"serverName\":");
}.replace(",\"serverName\":null", ",\"serverName\":").replace("\"", "");
println!("{}", args);
Command::new(execpath.to_str().unwrap())
.args(&[format!("data:{}", args)])
Expand Down

0 comments on commit 14c1e3f

Please sign in to comment.