Remove AutoLook.cs Chatbot because it is not in main project. Also removes it in McTcpClient.cs, and gets rid of the Settings.cs and Default paramaters.

This commit is contained in:
CarbonNeuron 2020-05-01 08:28:22 -05:00
parent 384c804e54
commit 16959d6e65
4 changed files with 1 additions and 81 deletions

View file

@ -170,7 +170,6 @@ namespace MinecraftClient
if (Settings.AutoAttack_Enabled) { BotLoad(new ChatBots.AutoAttack()); }
if (Settings.AutoFishing_Enabled) { BotLoad(new ChatBots.AutoFishing()); }
if (Settings.AutoEat_Enabled) { BotLoad(new ChatBots.AutoEat(Settings.AutoEat_hungerThreshold)); }
if (Settings.AutoLook_Enabled) { BotLoad(new ChatBots.AutoLook()); }
//Add your ChatBot here by uncommenting and adapting
//BotLoad(new ChatBots.YourBot());