Revert "Add max minecarft speed gamerule config"

This reverts commit c46650d89f.
This commit is contained in:
Spottedleaf
2024-10-25 14:10:40 -07:00
parent c46650d89f
commit 352bf9dc13
3 changed files with 323 additions and 344 deletions

View File

@@ -835,7 +835,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public IntOr.Default compressionLevel = IntOr.Default.USE_DEFAULT;
+ @Comment("Defines the leniency distance added on the server to the interaction range of a player when validating interact packets.")
+ public DoubleOr.Default clientInteractionLeniencyDistance = DoubleOr.Default.USE_DEFAULT;
+ public IntOr.Default maxMinecartGamerule = io.papermc.paper.configuration.type.number.IntOr.Default.USE_DEFAULT;
+ }
+
+ public BlockUpdates blockUpdates;