Skip to content

Commit

Permalink
Fixed missile rack linking
Browse files Browse the repository at this point in the history
- Fixed racks not being able to link themselves to ammo crates because of a missile field on the ammo crate's entity table.
  • Loading branch information
TwistedTail committed May 5, 2024
1 parent ac5e636 commit eb11665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/acf_ammo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ do -- Spawning and Updating --------------------
Entity.EntType = "Ammo Crate"
Entity.ClassData = Class
Entity.Class = Class.ID -- Needed for custom killicons
Entity.WeaponData = Weapon
Entity.Caliber = Caliber

WireIO.SetupInputs(Entity, Inputs, Data, Class, Weapon, Ammo)
Expand Down

0 comments on commit eb11665

Please sign in to comment.