forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
4c95214808
commit
0f39169c30
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@ Config.items = {
|
||||||
-- Commands used to trigger rope placements
|
-- Commands used to trigger rope placements
|
||||||
Config.commands = {
|
Config.commands = {
|
||||||
towing = {
|
towing = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
command = 'towrope',
|
command = 'towrope',
|
||||||
},
|
},
|
||||||
winch = {
|
winch = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
command = 'winch',
|
command = 'winch',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue