IhanaMies / LootValue

2 stars 13 forks source link

Fix trader icons bug - don't dispose the trader class #1

Closed CactusPie closed 11 months ago

CactusPie commented 11 months ago

The trader class doesn't need to be disposed - if you dispose it, there might be issues with traders getting bugged out. For instance, their portraits might become white, but there may be other issues as well. You can check how Session.GetTrader() method is executed in Tarkov itself.