Skip to content

Commit

Permalink
Update OutfitterOutfits.lua
Browse files Browse the repository at this point in the history
Quick fix to maybe fix ammo slot
  • Loading branch information
cdmichaelb authored Jul 3, 2020
1 parent 63823d2 commit dfded46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OutfitterOutfits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function Outfitter._OutfitMethods:CheckOutfit(pCategoryID)
end

-- Ammo slot is no longer in the game, ensure it's removed from the database too
self.Items.AmmoSlot = nil;
self.Items.AmmoSlot = "AmmoSlot"; --Attempt to reenable ammo slot.

for vInventorySlot, vItem in pairs(self.Items) do
for vField, vDefaultValue in pairs(self.DefaultRepairValues) do
Expand Down

0 comments on commit dfded46

Please sign in to comment.