mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
f754f6ab0f
commit
625612909e
4 changed files with 5 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ namespace MinecraftClient.ChatBots
|
|||
public double Auto_Start_Delay = 3.0;
|
||||
|
||||
[TomlInlineComment("$config.ChatBot.AutoDig.Dig_Timeout$")]
|
||||
public double Dig_Timeout = 30.0;
|
||||
public double Dig_Timeout = 60.0;
|
||||
|
||||
[TomlInlineComment("$config.ChatBot.AutoDig.Log_Block_Dig$")]
|
||||
public bool Log_Block_Dig = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue