Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6ae69cf

Browse files
committed
Fixed a typo I made :(
1 parent a283ada commit 6ae69cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Base.rte/AI/HumanBehaviors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ function HumanBehaviors.GetProjectileData(Owner)
21742174
PrjDat.vel = 100;
21752175
PrjDat.rng = math.huge;
21762176
PrjDat.pen = math.huge;
2177-
PrjData.blast = 0;
2177+
PrjDat.blast = 0;
21782178
else
21792179
-- find muzzle velocity
21802180
PrjDat.vel = Weapon:GetAIFireVel();

0 commit comments

Comments
 (0)