Update Config.java

This commit is contained in:
s809
2024-05-17 12:41:09 +00:00
parent d9651bbd27
commit bd5866787f
@@ -965,7 +965,7 @@ public class Config
.setServersideShortName("enableRealTimeUpdates")
.set(false)
.comment(""
+ "Enables client-side real-time LOD updates from the server."
+ "If true, the client will receive real-time LOD updates for chunks outside the client's render distance."
+ "")
.build();