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
|
|
@ -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>>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue