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.
This commit is contained in:
Bjarne Koll 2023-08-21 14:08:25 +02:00
parent a411e324aa
commit 623478709c

View file

@ -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;
+ }