diff --git a/Spigot-Server-Patches/0546-Brand-support.patch b/Spigot-Server-Patches/0545-Brand-support.patch
similarity index 100%
rename from Spigot-Server-Patches/0546-Brand-support.patch
rename to Spigot-Server-Patches/0545-Brand-support.patch
diff --git a/Spigot-Server-Patches/Include-Log4J2-SLF4J-implementation.patch b/Spigot-Server-Patches/Include-Log4J2-SLF4J-implementation.patch
deleted file mode 100644
index 249db17915..0000000000
--- a/Spigot-Server-Patches/Include-Log4J2-SLF4J-implementation.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Minecrell <minecrell@minecrell.net>
-Date: Thu, 21 Sep 2017 16:33:35 +0200
-Subject: [PATCH] Include Log4J2 SLF4J implementation
-
-
-diff --git a/pom.xml b/pom.xml
-index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -0,0 +0,0 @@
-             <artifactId>log4j-api</artifactId>
-             <scope>compile</scope>
-         </dependency>
-+        <dependency>
-+            <groupId>org.apache.logging.log4j</groupId>
-+            <artifactId>log4j-slf4j-impl</artifactId>
-+            <scope>runtime</scope>
-+        </dependency>
-         <dependency>
-             <groupId>org.apache.logging.log4j</groupId>
-             <artifactId>log4j-iostreams</artifactId>