Quellcode durchsuchen

fix(update): correct remotelocation for fctrserver

Daniel Gibbs vor 7 Jahren
Ursprung
Commit
df27a40d8e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lgsm/functions/update_factorio.sh

+ 1 - 1
lgsm/functions/update_factorio.sh

@@ -144,7 +144,7 @@ fn_update_factorio_compare(){
 }
 }
 
 
 # The location where the builds are checked and downloaded.
 # The location where the builds are checked and downloaded.
-remotelocation="mojang.com"
+remotelocation="factorio.com"
 
 
 # Game server architecture.
 # Game server architecture.
 factorioarch="linux64"
 factorioarch="linux64"