Skip to content

Commit 118680a

Browse files
pchoteabcdefg30
authored andcommitted
Fix launch-dedicated server check.
1 parent cc219cc commit 118680a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch-dedicated.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SHARE_ANONYMISED_IPS="${ShareAnonymizedIPs:-"True"}"
5757
SUPPORT_DIR="${SupportDir:-""}"
5858

5959
cd "${TEMPLATE_ROOT}"
60-
if [ ! -f "${ENGINE_DIRECTORY}/OpenRA.Game.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
60+
if [ ! -f "${ENGINE_DIRECTORY}/bin/OpenRA.Server.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
6161
echo "Required engine files not found."
6262
echo "Run \`make\` in the mod directory to fetch and build the required files, then try again.";
6363
exit 1

0 commit comments

Comments
 (0)