From 2568e08b3ca73bc540c7fea55823dd6802afb2b4 Mon Sep 17 00:00:00 2001 From: s809 <43530948+s809@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:10:06 +0500 Subject: [PATCH] Show thread preset in config entries in server command --- .../main/java/com/seibel/distanthorizons/core/config/Config.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index 6e58b97a8..49194e64d 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -87,6 +87,7 @@ public class Config .build(); public static ConfigEntry threadPresetSetting = new ConfigEntry.Builder() + .setServersideShortName("threadPreset") .set(EDhApiThreadPreset.LOW_IMPACT) // the default value is set via the listener when accessed .comment("" + "Changing this setting will modify a number of different settings that will change \n"