You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/config.lua
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ Config = {
60
60
61
61
showplayerIDwhenfocus=true, -- Shows player Steam name when focusing on them with RMB if set to false.
62
62
63
-
DisableAutoAim=true, -- Disables auto-aim for controller players if set to false.
63
+
disableAutoAIM=true, -- Disables auto-aim for controller players if set to false.
64
64
65
-
DisableCinematicMode=false, -- Set false to disable cineamtic mode/camera (While holding "V" key)
65
+
DisableCinematicMode=false, -- Set false to disable cineamtic mode/camera (While holding "V" key) (You should be aware that disabling cinematic mode may break functionality in scripts that use it.)
0 commit comments