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

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