Show thread preset in config entries in server command

This commit is contained in:
s809
2024-12-10 00:10:06 +05:00
parent 66337e2493
commit 2568e08b3c
@@ -87,6 +87,7 @@ public class Config
.build();
public static ConfigEntry<EDhApiThreadPreset> threadPresetSetting = new ConfigEntry.Builder<EDhApiThreadPreset>()
.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"