From f42c53dfeb6b167a563a6f3218614d2913f56516 Mon Sep 17 00:00:00 2001 From: Aikar Date: Fri, 28 Aug 2020 07:42:03 -0400 Subject: [PATCH] [CI-SKIP] [Auto] Rebuild Patches A recent commit has been made that caused patches to be out of order, rebuilding --- ...e-algorithm.patch => 0566-Optimize-redstone-algorithm.patch} | 2 +- ...0567-Fix-hex-colors-not-working-in-some-kick-messages.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Spigot-Server-Patches/{0565-Optimize-redstone-algorithm.patch => 0566-Optimize-redstone-algorithm.patch} (99%) rename Spigot-Server-Patches/{0566-Fix-hex-colors-not-working-in-some-kick-messages.patch => 0567-Fix-hex-colors-not-working-in-some-kick-messages.patch} (100%) diff --git a/Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch b/Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch similarity index 99% rename from Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch rename to Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch index 3104bd973..2a5e78f88 100644 --- a/Spigot-Server-Patches/0565-Optimize-redstone-algorithm.patch +++ b/Spigot-Server-Patches/0566-Optimize-redstone-algorithm.patch @@ -1137,7 +1137,7 @@ index 7b3ccded0451f7b6634aeca0bdc1b5cc94f52b96..6abc3d4cfbe8f5cc1dbe83031d90ee8d c(iblockdata, world, blockposition); world.a(blockposition, false); diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java -index 287db5203f3a4995c2b09bfd9fe17734538e7466..d20fe9232ec09289969cc16cfbaec57fe4bb381d 100644 +index edda0ddf1c44d6d1177760a92dc483cff20c762c..724aec660a36eb516514ae5dbee5fee2ca248a5a 100644 --- a/src/main/java/net/minecraft/server/World.java +++ b/src/main/java/net/minecraft/server/World.java @@ -607,6 +607,7 @@ public abstract class World implements GeneratorAccess, AutoCloseable { diff --git a/Spigot-Server-Patches/0566-Fix-hex-colors-not-working-in-some-kick-messages.patch b/Spigot-Server-Patches/0567-Fix-hex-colors-not-working-in-some-kick-messages.patch similarity index 100% rename from Spigot-Server-Patches/0566-Fix-hex-colors-not-working-in-some-kick-messages.patch rename to Spigot-Server-Patches/0567-Fix-hex-colors-not-working-in-some-kick-messages.patch