Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-14 20:10:05 +01:00
Don't build if patches fail to apply.
Dieser Commit ist enthalten in:
Ursprung
c45ba0bcd8
Commit
525b95da85
@ -23,10 +23,10 @@ function applyPatch {
|
||||
echo " Something did not apply cleanly to $target."
|
||||
echo " Please review above details and finish the apply then"
|
||||
echo " save the changes with rebuildPatches.sh"
|
||||
exit 1
|
||||
else
|
||||
echo " Patches applied cleanly to $target"
|
||||
fi
|
||||
}
|
||||
|
||||
applyPatch Bukkit Spigot-API
|
||||
applyPatch CraftBukkit Spigot
|
||||
applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren