Fix f command in forge installs

This commit is contained in:
amcmanu3 2023-02-25 14:39:11 -05:00
parent 0e684a618d
commit 3571b893a3

View File

@ -694,7 +694,7 @@ class ServerInstance:
execution_command = (
f"java @{server_command[0]}"
f" @{executable_path}{server_command[3]} nogui"
" {server_command[4]}"
f" {server_command[4]}"
)
server_obj.execution_command = execution_command
Console.debug("SUCCESS! Forge install completed")