feat: option to log connection status messages or not

This commit is contained in:
ChomeNS
2025-05-08 18:47:55 +07:00
parent ca61686a70
commit 4be485df0f
5 changed files with 8 additions and 5 deletions

View File

@@ -176,6 +176,7 @@ public class Configuration {
public boolean useChat = false;
public boolean useSNBTComponents = true;
public boolean coreCommandSpy = true;
public boolean logConnectionStatusMessages = true;
public boolean resolveSRV = true;
public int reconnectDelay = 2000;
public int chatQueueDelay = 125;