Fix buffer-joins-to-world patch

This commit is contained in:
Nassim Jahnke
2022-12-21 22:55:42 +01:00
parent b28618e07c
commit 583c8afcd8
4 changed files with 23 additions and 19 deletions

View File

@@ -709,7 +709,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // TODO: FILL
+ }
+ }
+ public int maxJoinsPerTick = 3;
+ public int maxJoinsPerTick = 5;
+ public boolean fixEntityPositionDesync = true;
+ public boolean loadPermissionsYmlBeforePlugins = true;
+ @Constraints.Min(4)