mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 22:40:21 +01:00
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:
parent
a411e324aa
commit
623478709c
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ public int regionFileCacheSize = 256;
|
+ public int regionFileCacheSize = 256;
|
||||||
+ @Comment("See https://luckformula.emc.gs")
|
+ @Comment("See https://luckformula.emc.gs")
|
||||||
+ public boolean useAlternativeLuckFormula = false;
|
+ public boolean useAlternativeLuckFormula = false;
|
||||||
+ public boolean lagCompensateBlockBreaking = true;
|
|
||||||
+ public boolean useDimensionTypeForCustomSpawners = false;
|
+ public boolean useDimensionTypeForCustomSpawners = false;
|
||||||
+ public boolean strictAdvancementDimensionCheck = false;
|
+ public boolean strictAdvancementDimensionCheck = false;
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in a new issue