Skip to content

Commit ecd4702

Browse files
committed
Merge branch 'hotfix/v24.3.4'
2 parents 182547a + d24ea74 commit ecd4702

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lgsm/modules/core_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v24.3.3"
11+
modulesversion="v24.3.4"
1212

1313
# Core
1414

lgsm/modules/update_pmc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn_update_localbuild() {
3333

3434
fn_update_remotebuild() {
3535
# Get remote build info.
36-
apiurl="https://papermc.io/api/v2/projects"
36+
apiurl="https://api.papermc.io/v2/projects"
3737
# Get list of projects.
3838
remotebuildresponse=$(curl -s "${apiurl}")
3939
# Get list of Minecraft versions for project.

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v24.3.3"
27+
version="v24.3.4"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)