mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix TreeFarmer bot syntax error (#1535)
This commit is contained in:
parent
b83fc2c9b9
commit
58feaaa39a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class TreeFarmer : ChatBot
|
||||||
DigBlock(new Location(sapling.X, sapling.Y + 3, sapling.Z));
|
DigBlock(new Location(sapling.X, sapling.Y + 3, sapling.Z));
|
||||||
Thread.Sleep(100);
|
Thread.Sleep(100);
|
||||||
// 4
|
// 4
|
||||||
DigBlock(new Location(sapling.X, sapling.Y + 4, sapling.Z);
|
DigBlock(new Location(sapling.X, sapling.Y + 4, sapling.Z));
|
||||||
Thread.Sleep(100);
|
Thread.Sleep(100);
|
||||||
break;
|
break;
|
||||||
case Material.Air:
|
case Material.Air:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue