Fix TreeFarmer bot syntax error (#1535)

This commit is contained in:
ReinforceZwei 2021-04-11 21:47:48 +08:00 committed by GitHub
parent b83fc2c9b9
commit 58feaaa39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: