mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
#### Summary > Should fix [Issue 523](SPT-AKI/Issues#523) Tested a few different scenarios and the items were always correctly removed and returned to the player, however I did see the console warnings reported in the issue. Both of the following call `this.ragfairOfferHandler.removeOffer(...)`: - `this.returnPlayerOffer(...)` - `this.removeOfferById(...)` The latter logs a warning to the console because the offer is already removed when we reach that point. This fix simply returns after the offer has been returned to the player, letting `returnPlayerOffer` deal with removing from the flea Co-authored-by: phrisk <phrisk@phrisk.com> Reviewed-on: SPT-AKI/Server#237 Co-authored-by: phrisk <phrisk@noreply.dev.sp-tarkov.com> Co-committed-by: phrisk <phrisk@noreply.dev.sp-tarkov.com>