Divide roubles calculated inside calculateCostOfScavInventoryAndMailMoneyToPlayer() by half

This commit is contained in:
Dev 2024-02-06 10:33:59 +00:00
parent 023697ed74
commit ddac44f79d

View File

@ -307,6 +307,10 @@ export class TradeController
traderDetails,
);
}
// Server-side calcualted isnt matching clientside calcualtion, temp fix to get it to be closer
roublesToSend /= 2;
this.logger.debug(`Selling scav items to fence for ${roublesToSend} roubles`);
// Create single currency item with all currency on it