From df27a40d8e16eb3a8802865c89220c7a1c06945e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 8 Apr 2019 09:44:41 +0100 Subject: [PATCH] fix(update): correct remotelocation for fctrserver --- lgsm/functions/update_factorio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/update_factorio.sh b/lgsm/functions/update_factorio.sh index cde4b35e6..6efd56024 100644 --- a/lgsm/functions/update_factorio.sh +++ b/lgsm/functions/update_factorio.sh @@ -144,7 +144,7 @@ fn_update_factorio_compare(){ } # The location where the builds are checked and downloaded. -remotelocation="mojang.com" +remotelocation="factorio.com" # Game server architecture. factorioarch="linux64"