mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
no tpik left hand while typing or gesturing
last thing is for me
This commit is contained in:
parent
aaa1d7caf8
commit
8744545afc
@ -90,6 +90,9 @@ function SWEP:DoTPIK()
|
||||
nolefthand = true
|
||||
end
|
||||
|
||||
if ply:IsTyping() then nolefthand = true end
|
||||
if ply:GetNW2Int("CurrentCustomGesture", 0) > 0 then nolefthand = true end -- custom thing
|
||||
|
||||
if shouldfulltpik then
|
||||
wm:SetupBones()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user