Alternative Keepalive Handling

This commit is contained in:
William Blake Galbreath
2025-01-05 12:26:40 -08:00
committed by granny
parent 32db32c5ae
commit 4c9961c7d1
3 changed files with 53 additions and 73 deletions

View File

@@ -182,6 +182,11 @@ public class PurpurConfig {
laggingThreshold = getDouble("settings.lagging-threshold", laggingThreshold);
}
public static boolean useAlternateKeepAlive = false;
private static void useAlternateKeepAlive() {
useAlternateKeepAlive = getBoolean("settings.use-alternate-keepalive", useAlternateKeepAlive);
}
public static int barrelRows = 3;
public static boolean enderChestSixRows = false;
public static boolean enderChestPermissionRows = false;