mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 14:30:17 +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;
|
||||
+ @Comment("See https://luckformula.emc.gs")
|
||||
+ public boolean useAlternativeLuckFormula = false;
|
||||
+ public boolean lagCompensateBlockBreaking = true;
|
||||
+ public boolean useDimensionTypeForCustomSpawners = false;
|
||||
+ public boolean strictAdvancementDimensionCheck = false;
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue