mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add AutoDig ChatBot
This commit is contained in:
parent
4cb95731bf
commit
c57ac183d5
16 changed files with 579 additions and 64 deletions
|
|
@ -39,7 +39,7 @@ namespace MinecraftClient.ChatBots
|
|||
public override void Update()
|
||||
{
|
||||
count++;
|
||||
if (count == (int)(Config.Delay * 10))
|
||||
if (count >= Settings.DoubleToTick(Config.Delay))
|
||||
{
|
||||
DateTime now = DateTime.Now;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue