Skip to content

Commit 5a0f106

Browse files
committed
Get Rid of AutoLook setting.
1 parent 04068cd commit 5a0f106

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MinecraftClient/Settings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ public static byte MCSettings_Skin_All
161161
//Auto Eating
162162
public static bool AutoEat_Enabled = false;
163163
public static int AutoEat_hungerThreshold = 6;
164-
165-
//Auto Looking
166-
public static bool AutoLook_Enabled = false;
167164

168165
//Custom app variables and Minecraft accounts
169166
private static readonly Dictionary<string, object> AppVars = new Dictionary<string, object>();

0 commit comments

Comments
 (0)