Skip to content

Commit

Permalink
Fix weapons menu issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Jan 20, 2025
1 parent 3566a57 commit c8a0366
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/acf/menu/items_cl/ammo_menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ local function AddInformation(Base, ToolData)

if not Result then return end

AddCrateInformation(Base, ToolData)

if Ammo.OnCreateAmmoInformation then
Ammo:OnCreateAmmoInformation(Base, ToolData, BulletData)
end
Expand Down Expand Up @@ -476,7 +474,7 @@ function ACF.CreateAmmoMenu(Menu)

Desc:SetText(Data.Description)

ACF.UpdateAmmoMenu(Menu)
ACF.UpdateAmmoMenu(Menu, {})
end

Menu.AmmoBase = Base
Expand Down

0 comments on commit c8a0366

Please sign in to comment.