From 623478709c08b4c97a9b7a7793c20e01f6571bea Mon Sep 17 00:00:00 2001
From: Bjarne Koll <LynxPlay101@gmail.com>
Date: Mon, 21 Aug 2023 14:08:25 +0200
Subject: [PATCH] Remove unused lag-compensate-block-breaking option (#9635)

Removes the unused lag-compensate-block-breaking option from the paper
configuration file as the patch using it has been dropped in 1.19.
---
 patches/server/Paper-config-files.patch | 1 -
 1 file changed, 1 deletion(-)

diff --git a/patches/server/Paper-config-files.patch b/patches/server/Paper-config-files.patch
index 94defbff9b..0a5ebf81b6 100644
--- a/patches/server/Paper-config-files.patch
+++ b/patches/server/Paper-config-files.patch
@@ -723,7 +723,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +        public int regionFileCacheSize = 256;
 +        @Comment("See https://luckformula.emc.gs")
 +        public boolean useAlternativeLuckFormula = false;
-+        public boolean lagCompensateBlockBreaking = true;
 +        public boolean useDimensionTypeForCustomSpawners = false;
 +        public boolean strictAdvancementDimensionCheck = false;
 +    }