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
|
|
@ -113,7 +113,7 @@ namespace MinecraftClient.ChatBots
|
|||
public override void OnEntityMove(Entity entity)
|
||||
{
|
||||
|
||||
if (_updateCounter < (int)(Config.Update_Limit * 10))
|
||||
if (_updateCounter < Settings.DoubleToTick(Config.Update_Limit))
|
||||
return;
|
||||
|
||||
_updateCounter = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue