3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00

Fix applyPatches.sh not correctly pulling bukkit updates

Conflicts:
	applyPatches.sh
Dieser Commit ist enthalten in:
Thinkofdeath 2015-01-24 01:00:49 +00:00 committet von Zach Brown
Ursprung 6776612919
Commit 65491ca84d

Datei anzeigen

@ -40,7 +40,10 @@ function applyPatch {
echo
echo "Applying SpigotMC patches to CraftBukkit and Bukkit"
echo
applyPatch Bukkit Spigot-API origin/master && applyPatch CraftBukkit Spigot-Server origin/patched
cd ../Bukkit
hash=$(git rev-parse HEAD)
git branch -f spigot "$hash"
applyPatch Bukkit Spigot-API origin/spigot && applyPatch CraftBukkit Spigot-Server origin/patched
echo
echo "Applying PaperSpigot patches to Spigot-Server and Spigot-API"
echo