mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-02-02 21:11:47 +01:00
Fix broken patch + document edit command
This commit is contained in:
parent
126c0d88dd
commit
c97fa453e1
@ -6,11 +6,7 @@ Subject: [PATCH] Get rid of the security manager.
|
||||
There's a lot of opinions running on both sides of the debate, but we overwhelmingly feel that the security manager does not help the vast majority of BungeeCord users or plugin developers create correct code.
|
||||
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCord.java b/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
|
||||
<<<<<<< HEAD:BungeeCord-Patches/0007-Get-rid-of-the-security-manager.patch
|
||||
index e62b5259..8a4f747c 100644
|
||||
=======
|
||||
index a7dcc97..a0708a6 100644
|
||||
>>>>>>> a388864... Add waterfall command:BungeeCord-Patches/0006-Get-rid-of-the-security-manager.patch
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/BungeeCord.java
|
||||
@@ -185,8 +185,6 @@ public class BungeeCord extends ProxyServer
|
||||
|
@ -21,10 +21,11 @@ case "$1" in
|
||||
echo "build. View below for details of the available commands."
|
||||
echo ""
|
||||
echo "Commands:"
|
||||
echo " * rb, rbp, rebuild | Rebuilds the patches."
|
||||
echo " * p, patch | Applies all the patches to BungeeCord."
|
||||
echo " * m, merge | Utility to aid in merging upstream"
|
||||
echo " * rb, rbp, rebuild | Rebuilds the patches"
|
||||
echo " * p, patch | Applies all the patches to BungeeCord"
|
||||
echo " * m, up, merge | Utility to aid in merging upstream"
|
||||
echo " * b, build | Builds the project"
|
||||
echo " | The bootstrap artifact can be found in Waterfall-Proxy/bootstrap/target/"
|
||||
echo " * e, edit | Runs git rebase -i for Waterfall, allowing patches to be easily modified"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user