From 61687e53fe65103a964508471e72136550a03e5c Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 8 May 2022 09:25:34 -0700 Subject: [PATCH] Fix whitespace error in Alternate Current patch --- .../server/Add-Alternate-Current-redstone-implementation.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Add-Alternate-Current-redstone-implementation.patch b/patches/server/Add-Alternate-Current-redstone-implementation.patch index dfc47d2a1..76233f7be 100644 --- a/patches/server/Add-Alternate-Current-redstone-implementation.patch +++ b/patches/server/Add-Alternate-Current-redstone-implementation.patch @@ -1902,7 +1902,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public alternate.current.wire.WireHandler getWireHandler() { + // This method is overridden in ServerLevel. + // Since Paper is a server platform there is no risk -+ // of this implementation being called. It is here ++ // of this implementation being called. It is here + // only so this method can be called without casting + // an instance of Level to ServerLevel. + return null;