mirror of
https://github.com/Xerasin/Sit-Anywhere.git
synced 2025-03-04 03:13:07 -05:00
Only left alt
This commit is contained in:
parent
aa0f935cc4
commit
6c76be9e75
@ -118,7 +118,7 @@ hook.Add("KeyPress", TAG .. "KeyPress", function(ply, key)
|
||||
local alwaysSit = ShouldSit(ply)
|
||||
|
||||
if forceBinds:GetBool() then
|
||||
if useAlt:GetBool() and (input.IsKeyDown(KEY_LALT) or input.IsKeyDown(KEY_RALT)) then
|
||||
if useAlt:GetBool() and input.IsKeyDown(KEY_LALT) then
|
||||
good = true
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user