Sleepless-Development / sleepless_inventory_addons

GNU General Public License v3.0
35 stars 17 forks source link

New update crashes poeple if they equip gold on their weapons #2

Closed riNdes closed 7 months ago

riNdes commented 8 months ago

Hello, the new update cause instant crash for players if they have weapons with 'at_skin_luxe', after that i removed the tint from the weapon by the Database all crashes stopped for players that was having the issue.

UPDATE: I tested it out - and it only happends if you have 'WEAPON_PUMPSHOTGUN' equiped with 'at_skin_luxe' i get instant crash. So i have 'WEAPON_CARBINERIFLE' equiped with 'at_skin_luxe' there is no problems.

Demigod916 commented 8 months ago

Thats very odd that its weapon specific since the code doesnt do anything different for different weapons. Ultimately i need to find time to actually rewrite the backItems module to fix some spaghetti. I recommend checking out "renewed-weaponscarry" until then. @riNdes

note: if you wish to still use carry/drag craft, you can just delete the backitems folder

Demigod916 commented 7 months ago

backItems has been fully rewritten.