add 'allow-fast-interaction'

This commit is contained in:
MihailRis
2024-11-07 20:44:00 +03:00
parent bcdd02ffa2
commit aba994f2b2
2 changed files with 14 additions and 10 deletions
+3
View File
@@ -263,6 +263,9 @@ function __vc_create_hud_rules()
_rules.create("allow-cheat-movement", true, function(value)
input.set_enabled("movement.cheat", value)
end)
_rules.create("allow-fast-interaction", true, function(value)
input.set_enabled("player.fast_interaction", value)
end)
_rules.create("allow-debug-cheats", true, function(value)
hud._set_debug_cheats(value)
end)