Przeglądaj źródła

fix(samp): update samp url

Daniel Gibbs 1 rok temu
rodzic
commit
182c673072
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/modules/install_server_files.sh

+ 1 - 1
lgsm/modules/install_server_files.sh

@@ -191,7 +191,7 @@ fn_install_server_files() {
 		force="noforce"
 		md5="581a333cc7eacda2f56d5a00fe11eafa"
 	elif [ "${shortname}" == "samp" ]; then
-		remote_fileurl="https://files.sa-mp.com/samp037svr_R2-1.tar.gz"
+		remote_fileurl="https://files.samp-sc.com/samp037svr_R2-1.tar.gz"
 		local_filedir="${tmpdir}"
 		local_filename="samp037svr_R2-1.tar.gz"
 		chmodx="nochmodx" run="norun"