From 3f99d709ca7e8db4c011ab8aeeb5f2b37b8f1625 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Wed, 3 Jan 2024 08:40:31 -0600 Subject: [PATCH] Correct binary used --- satisfactory/satisfactory.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satisfactory/satisfactory.json b/satisfactory/satisfactory.json index 147b302c..1bc6435b 100644 --- a/satisfactory/satisfactory.json +++ b/satisfactory/satisfactory.json @@ -31,13 +31,13 @@ { "type": "command", "commands": [ - "chmod +x Engine/Binaries/Linux/UE4Server-Linux-Shipping", + "chmod +x Engine/Binaries/Linux/UnrealServer-Linux-Shipping", "mkdir -p ./FactoryGame/Saved/Config/LinuxServer/" ] } ], "run": { - "command": "./Engine/Binaries/Linux/UE4Server-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"