mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Fix buffer-joins-to-world patch
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user