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";
|
listMode = "blacklist";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else LogToConsole(Translations.TryGet("bot.autoAttack.invalidlist"));
|
||||||
|
|
||||||
if (File.Exists(Settings.AutoAttack_ListFile))
|
if (File.Exists(Settings.AutoAttack_ListFile))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -737,7 +737,7 @@ namespace MinecraftClient
|
||||||
AutoAttack_Attack_Passive = str2bool(argValue); return true;
|
AutoAttack_Attack_Passive = str2bool(argValue); return true;
|
||||||
case "listmode":
|
case "listmode":
|
||||||
AutoAttack_ListMode = argValue; return true;
|
AutoAttack_ListMode = argValue; return true;
|
||||||
case "blacklist":
|
case "listfile":
|
||||||
AutoAttack_ListFile = argValue; return true;
|
AutoAttack_ListFile = argValue; return true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue