Skip to content

Commit

Permalink
Merge branch 'hotfix/v24.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 8, 2025
2 parents 182547a + d24ea74 commit ecd4702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/core_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

modulesversion="v24.3.3"
modulesversion="v24.3.4"

# Core

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_pmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn_update_localbuild() {

fn_update_remotebuild() {
# Get remote build info.
apiurl="https://papermc.io/api/v2/projects"
apiurl="https://api.papermc.io/v2/projects"
# Get list of projects.
remotebuildresponse=$(curl -s "${apiurl}")
# Get list of Minecraft versions for project.
Expand Down
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v24.3.3"
version="v24.3.4"
shortname="core"
gameservername="core"
commandname="CORE"
Expand Down

0 comments on commit ecd4702

Please sign in to comment.