diff --git a/Spigot/SteamWar-Patches/Load_Plugins_async_spigot.patch b/Spigot/Load_Plugins_async_spigot.patch similarity index 100% rename from Spigot/SteamWar-Patches/Load_Plugins_async_spigot.patch rename to Spigot/Load_Plugins_async_spigot.patch diff --git a/Spigot/applyPatches.sh b/Spigot/applyPatches.sh old mode 100644 new mode 100755 index 8fdf48f..c9514a2 --- a/Spigot/applyPatches.sh +++ b/Spigot/applyPatches.sh @@ -1,6 +1,7 @@ #!/bin/sh -git apply --unsafe-paths --directory=../../Spigot/Spigot-Server SteamWar-Patches/* - cd ../../Spigot/Spigot-Server + +git apply -v ../../SteamSpigot/Spigot/SteamWar-Patches/* + mvn package