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.
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.