You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Payday 2 has recently (in U145) changed how they store weapon categories inlib/tweak_data/weapontweakdata. All categories previously in weapon.category are now in weapon.categories[1] and weapon.sub_category is now in weapon.categories[2].
Payday 2 has recently (in U145) changed how they store weapon categories in
lib/tweak_data/weapontweakdata
. All categories previously inweapon.category
are now inweapon.categories[1]
andweapon.sub_category
is now inweapon.categories[2]
.However, there are still references in PocoHud to
weapon.category
, e.g.local weapon_category = weap_base:weapon_tweak_data().category
.The text was updated successfully, but these errors were encountered: