Skip to content

Commit 41c78c6

Browse files
authored
Update config.lua
1 parent eedb575 commit 41c78c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Config = {
6060

6161
showplayerIDwhenfocus = true, -- Shows player Steam name when focusing on them with RMB if set to false.
6262

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.
6464

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.)
6666
--=============================================
6767
-- MULTICHARACTER SUPPORT --
6868
--=============================================

0 commit comments

Comments
 (0)