mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed a bug.
This commit is contained in:
parent
932d25f125
commit
36a97f4955
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ namespace MinecraftClient.ChatBots
|
|||
listMode = "blacklist";
|
||||
}
|
||||
}
|
||||
else LogToConsole(Translations.TryGet("bot.autoAttack.invalidlist"));
|
||||
|
||||
if (File.Exists(Settings.AutoAttack_ListFile))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue