properties

This commit is contained in:
Pantera (Mad_Daniel)
2023-05-15 23:57:51 +09:00
committed by GitHub
parent f2321bcd2f
commit 5ca25cf9de
+1 -1
View File
@@ -47,7 +47,7 @@ collisions:
Limiting the amount of consecutive neighbor updates before skipping additional ones. Moderately reducing this value has no game impact and helps alleviate various 'neighbor update lag machines'. Limiting the amount of consecutive neighbor updates before skipping additional ones. Moderately reducing this value has no game impact and helps alleviate various 'neighbor update lag machines'.
`server.properties` `server.properties`
```yaml ```properties
max-chained-neighbor-updates=10000 max-chained-neighbor-updates=10000
``` ```