From 0f39169c302c169115ae571b651a0c922931b3ab Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 12 Jul 2025 13:29:19 +0200 Subject: [PATCH] Update config.lua --- resources/[carscripts]/kq_towing2/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', } }