This commit is contained in:
Darsu 2023-03-15 18:26:55 +07:00
parent 704fc9b7ef
commit e61350d35a

View File

@ -225,7 +225,7 @@ function ARC9.StartCommand(ply, cmd)
end
if ply:KeyDown(IN_USE) and wpn:GetInSights() and cmd:GetMouseWheel() != 0 and #wpn.MultiSightTable > 0 then
wpn:SwitchMultiSight(-cmd:GetMouseWheel())
wpn:SwitchMultiSight(cmd:GetMouseWheel())
end
end