summaryrefslogtreecommitdiffstats
path: root/applyPatches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'applyPatches.sh')
-rwxr-xr-xapplyPatches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/applyPatches.sh b/applyPatches.sh
index 59d1dda1..02401133 100755
--- a/applyPatches.sh
+++ b/applyPatches.sh
@@ -20,5 +20,5 @@ do
sed -i 's/\r//' "$nms/$file" > /dev/null
cp "$nms/$file" "$cb/$file"
- patch -d src/main/java/ "net/minecraft/server/$file" < "$patchFile" > /dev/null
+ patch -d src/main/java/ "net/minecraft/server/$file" < "$patchFile"
done