From 483942754c7cb3e04783742574f06f60cdfde844 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Wed, 3 Jan 2024 08:44:00 -0600 Subject: [PATCH] Forgot a / --- satisfactory/satisfactory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satisfactory/satisfactory.json b/satisfactory/satisfactory.json index 1bc6435b..bcbddd94 100644 --- a/satisfactory/satisfactory.json +++ b/satisfactory/satisfactory.json @@ -37,7 +37,7 @@ } ], "run": { - "command": ".Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", + "command": "./Engine/Binaries/Linux/UnrealServer-Linux-Shipping FactoryGame ?listen -multihome=${multihome} -ServerQueryPort=${port}", "stopCode": 2, "environmentVars": { "LD_LIBRARY_PATH": "./linux64"