We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 182547a + d24ea74 commit ecd4702Copy full SHA for ecd4702
3 files changed
lgsm/modules/core_modules.sh
@@ -8,7 +8,7 @@
8
9
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
10
11
-modulesversion="v24.3.3"
+modulesversion="v24.3.4"
12
13
# Core
14
lgsm/modules/update_pmc.sh
@@ -33,7 +33,7 @@ fn_update_localbuild() {
33
34
fn_update_remotebuild() {
35
# Get remote build info.
36
- apiurl="https://papermc.io/api/v2/projects"
+ apiurl="https://api.papermc.io/v2/projects"
37
# Get list of projects.
38
remotebuildresponse=$(curl -s "${apiurl}")
39
# Get list of Minecraft versions for project.
linuxgsm.sh
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
24
set -x
25
fi
26
27
-version="v24.3.3"
+version="v24.3.4"
28
shortname="core"
29
gameservername="core"
30
commandname="CORE"
0 commit comments