remove server ipc and preloading

This commit is contained in:
Sen 2025-05-14 16:01:08 +02:00
parent 660199b1d8
commit e4034898b9
3 changed files with 11 additions and 92 deletions

View file

@ -335,8 +335,6 @@ public abstract class Config {
public static boolean register = true;
@Var(name = "authentication")
public static boolean auth = true;
@Var(name = "preload_chunks")
public static boolean preload = true;
@Var(name = "signEditing")
public static boolean editSigns = true;