From 59f700d605672b06669b06572583b441e07a7255 Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:50:21 +0100 Subject: [PATCH] =?UTF-8?q?Temporary=20fix=20for=201.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 78894ac..e5f0397 100755 --- a/run.sh +++ b/run.sh @@ -117,4 +117,4 @@ fi cd /config/gamefiles || exit 1 -exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" "$@" \ No newline at end of file +exec ./FactoryServer.sh -Port="$SERVERGAMEPORT" -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any "$@"