mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-26 10:29:13 +00:00
[ci skip] Update upstreamCommit script
This commit is contained in:
@@ -53,7 +53,7 @@ logsuffix=""
|
||||
# Paper updates
|
||||
if [ -n "$paperHash" ]; then
|
||||
newHash=$(git diff gradle.properties | awk '/^+paperCommit =/{print $NF}')
|
||||
paper=$(getCommits "PaperMC/Paper" "$paperHash" $(echo $newHash | grep . -q && echo $newHash || echo "main")) # Update this on every version update
|
||||
paper=$(getCommits "PaperMC/Paper" "$paperHash" $(echo $newHash | grep . -q && echo $newHash || echo "ver/1.21.8")) # Update this on every version update
|
||||
|
||||
# Updates found
|
||||
if [ -n "$paper" ]; then
|
||||
|
||||
Reference in New Issue
Block a user