Browse Source

fix(papermc): update API URL to prevent update failures (#4728)

pull/4743/head
Zechiax 3 months ago
committed by Daniel Gibbs
parent
commit
d900a62c73
  1. 2
      lgsm/modules/update_pmc.sh

2
lgsm/modules/update_pmc.sh

@ -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.

Loading…
Cancel
Save