Skip to content

Commit

Permalink
Upgraded Paper from 1.19-79 to 1.19-81
Browse files Browse the repository at this point in the history
Preparing to move to 1.19.1, so update before locking in the 1.19 release.
  • Loading branch information
Cat5TV authored Aug 5, 2022
1 parent 047212d commit 27d9b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ if [[ $? == 0 ]]; then
# https://papermc.io/downloads
flavor="Paper"
if [[ $mcver == "1.19" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.19/builds/79/downloads/paper-1.19-79.jar"
url="https://api.papermc.io/v2/projects/paper/versions/1.19/builds/81/downloads/paper-1.19-81.jar"
elif [[ $mcver == "1.18.2" ]]; then
url="https://api.papermc.io/v2/projects/paper/versions/1.18.2/builds/375/downloads/paper-1.18.2-375.jar"
elif [[ $mcver == "1.18.1" ]]; then
Expand Down

0 comments on commit 27d9b62

Please sign in to comment.