From 58feaaa39a6971653ae27b8acb4111d64babfd2c Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Sun, 11 Apr 2021 21:47:48 +0800 Subject: [PATCH] Fix TreeFarmer bot syntax error (#1535) --- MinecraftClient/config/ChatBots/TreeFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/config/ChatBots/TreeFarmer.cs b/MinecraftClient/config/ChatBots/TreeFarmer.cs index 54b1305b..2d3fe756 100644 --- a/MinecraftClient/config/ChatBots/TreeFarmer.cs +++ b/MinecraftClient/config/ChatBots/TreeFarmer.cs @@ -38,7 +38,7 @@ public class TreeFarmer : ChatBot DigBlock(new Location(sapling.X, sapling.Y + 3, sapling.Z)); Thread.Sleep(100); // 4 - DigBlock(new Location(sapling.X, sapling.Y + 4, sapling.Z); + DigBlock(new Location(sapling.X, sapling.Y + 4, sapling.Z)); Thread.Sleep(100); break; case Material.Air: