refactor: default coreCommandSpy to true since all clones have them now

This commit is contained in:
ChomeNS
2025-04-10 08:38:21 +07:00
parent 58fcd586a4
commit 0c29f2f8ca
3 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ public class Configuration {
public boolean useCore = true;
public boolean useCorePlaceBlock = false;
public boolean useChat = false;
public boolean coreCommandSpy = false;
public boolean coreCommandSpy = true;
public boolean resolveSRV = true;
public int reconnectDelay = 2000;
public int chatQueueDelay = 125;