From 45b51be1da2053a88100944e105d0972969a2c83 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 9 Jun 2021 06:51:40 +0200 Subject: [PATCH] Fix ViaBackwards & applyPatches --- .../{SteamWar-Patches => }/Load_Plugins_async_spigot.patch | 0 Spigot/applyPatches.sh | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename Spigot/{SteamWar-Patches => }/Load_Plugins_async_spigot.patch (100%) mode change 100644 => 100755 Spigot/applyPatches.sh 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