Skip to content

Commit d6bc287

Browse files
committed
Fix unclamped standoff ratio
1 parent c505ccb commit d6bc287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/acf/entities/ammo_types/glatgm.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ function Ammo:OnLoaded()
1414
HW = true,
1515
SC = true,
1616
})
17+
18+
self.MaxStandoffRatio = .4
1719
end
1820

1921
function Ammo:BaseConvert(ToolData)

0 commit comments

Comments
 (0)