Skip to content

Commit

Permalink
Fixes Ammo Saving
Browse files Browse the repository at this point in the history
Apparently as weapons were DurabilityCheck ignored, they weren't saving their ammo properly.....
  • Loading branch information
ianvalls90 authored Jul 3, 2021
1 parent 6beeff1 commit 8b55146
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
Config = Config or {}

Config.DurabilityBlockedWeapons = {
--[[ "weapon_pistol_mk2",
"weapon_pistol",
"weapon_stungun",
"weapon_pumpshotgun",
"weapon_smg",
"weapon_carbinerifle",
"weapon_nightstick",
"weapon_flashlight", ]]
"weapon_flashlight",
"weapon_unarmed",
}

Expand Down Expand Up @@ -178,4 +173,4 @@ Config.WeaponAttachments = {
item = "rifle_drummag",
},
},
}
}

0 comments on commit 8b55146

Please sign in to comment.