File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
1010
11- modulesversion=" v24.3.3 "
11+ modulesversion=" v24.3.4 "
1212
1313# Core
1414
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ fn_update_localbuild() {
3333
3434fn_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.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424 set -x
2525fi
2626
27- version=" v24.3.3 "
27+ version=" v24.3.4 "
2828shortname=" core"
2929gameservername=" core"
3030commandname=" CORE"
You can’t perform that action at this time.
0 commit comments