diff --git a/resources/[carscripts]/kq_towing2/config.lua b/resources/[carscripts]/kq_towing2/config.lua index 816380e6b..d42b33371 100644 --- a/resources/[carscripts]/kq_towing2/config.lua +++ b/resources/[carscripts]/kq_towing2/config.lua @@ -34,11 +34,11 @@ Config.items = { -- Commands used to trigger rope placements Config.commands = { towing = { - enabled = true, + enabled = false, command = 'towrope', }, winch = { - enabled = true, + enabled = false, command = 'winch', } }