mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Get Rid of AutoLook setting.
This commit is contained in:
parent
04068cdb24
commit
5a0f106884
1 changed files with 0 additions and 3 deletions
|
|
@ -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>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue