mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added Farmer Bot. Fixed a bug in the configuration. Moved Reload and Bots command to the Commands folder.
This commit is contained in:
parent
77500deef2
commit
6524fe1734
6 changed files with 208 additions and 59 deletions
|
|
@ -43,7 +43,7 @@ namespace MinecraftClient
|
|||
private readonly List<string> registeredCommands = new();
|
||||
private readonly object delayTasksLock = new();
|
||||
private readonly List<TaskWithDelay> delayedTasks = new();
|
||||
private McClient Handler
|
||||
protected McClient Handler
|
||||
{
|
||||
get
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue