mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
parent
e93f03bd4e
commit
b01c50b792
7 changed files with 217 additions and 26 deletions
|
|
@ -24,8 +24,8 @@ namespace MinecraftClient.ChatBots
|
|||
{
|
||||
if (!GetEntityHandlingEnabled())
|
||||
{
|
||||
ConsoleIO.WriteLine("[AutoAttack] Entity Handling is not enabled in the config file!");
|
||||
ConsoleIO.WriteLine("[AutoAttack] This bot will be unloaded.");
|
||||
LogToConsole("Entity Handling is not enabled in the config file!");
|
||||
LogToConsole("This bot will be unloaded.");
|
||||
UnloadBot();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue