Get Rid of AutoLook setting.

This commit is contained in:
CarbonNeuron 2020-05-03 11:23:41 -05:00
parent 04068cdb24
commit 5a0f106884

View file

@ -162,9 +162,6 @@ namespace MinecraftClient
public static bool AutoEat_Enabled = false;
public static int AutoEat_hungerThreshold = 6;
//Auto Looking
public static bool AutoLook_Enabled = false;
//Custom app variables and Minecraft accounts
private static readonly Dictionary<string, object> AppVars = new Dictionary<string, object>();
private static readonly Dictionary<string, KeyValuePair<string, string>> Accounts = new Dictionary<string, KeyValuePair<string, string>>();