Daniel Gibbs 1 год назад
Родитель
Сommit
15177d115e
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      lgsm/modules/core_modules.sh
  2. 1 1
      lgsm/modules/update_pmc.sh
  3. 1 1
      linuxgsm.sh

+ 1 - 1
lgsm/modules/core_modules.sh

@@ -8,7 +8,7 @@
 
 
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
 
-modulesversion="v24.3.3"
+modulesversion="v24.3.4"
 
 
 # Core
 # Core
 
 

+ 1 - 1
lgsm/modules/update_pmc.sh

@@ -33,7 +33,7 @@ fn_update_localbuild() {
 
 
 fn_update_remotebuild() {
 fn_update_remotebuild() {
 	# Get remote build info.
 	# Get remote build info.
-	apiurl="https://papermc.io/api/v2/projects"
+	apiurl="https://api.papermc.io/v2/projects"
 	# Get list of projects.
 	# Get list of projects.
 	remotebuildresponse=$(curl -s "${apiurl}")
 	remotebuildresponse=$(curl -s "${apiurl}")
 	# Get list of Minecraft versions for project.
 	# Get list of Minecraft versions for project.

+ 1 - 1
linuxgsm.sh

@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 	set -x
 fi
 fi
 
 
-version="v24.3.3"
+version="v24.3.4"
 shortname="core"
 shortname="core"
 gameservername="core"
 gameservername="core"
 commandname="CORE"
 commandname="CORE"