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;