Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-14 18:40:10 +01:00
Merge pull request #132 from Gabscap/fix-applypatches
Fix build error
Dieser Commit ist enthalten in:
Commit
ea12c4a7b7
@ -43,7 +43,7 @@ basedir=$basedir/Spigot
|
||||
applyPatch ../Bukkit Spigot-API HEAD && applyPatch ../CraftBukkit Spigot-Server patched
|
||||
# Move out of Spigot
|
||||
popd
|
||||
basedir=$(dirname $basedir)
|
||||
basedir=$(dirname "$basedir")
|
||||
|
||||
# Apply paper
|
||||
applyPatch Spigot/Spigot-API Paper-API HEAD && applyPatch Spigot/Spigot-Server Paper-Server HEAD
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren