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 8
8
9
9
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
10
11
- modulesversion=" v24.3.3 "
11
+ modulesversion=" v24.3.4 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ fn_update_localbuild() {
33
33
34
34
fn_update_remotebuild () {
35
35
# Get remote build info.
36
- apiurl=" https://papermc.io/api /v2/projects"
36
+ apiurl=" https://api. papermc.io/v2/projects"
37
37
# Get list of projects.
38
38
remotebuildresponse=$( curl -s " ${apiurl} " )
39
39
# 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
24
24
set -x
25
25
fi
26
26
27
- version=" v24.3.3 "
27
+ version=" v24.3.4 "
28
28
shortname=" core"
29
29
gameservername=" core"
30
30
commandname=" CORE"
You can’t perform that action at this time.
0 commit comments