Divide roubles calculated inside calculateCostOfScavInventoryAndMailMoneyToPlayer()
by half
This commit is contained in:
parent
023697ed74
commit
ddac44f79d
@ -307,6 +307,10 @@ export class TradeController
|
|||||||
traderDetails,
|
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`);
|
this.logger.debug(`Selling scav items to fence for ${roublesToSend} roubles`);
|
||||||
|
|
||||||
// Create single currency item with all currency on it
|
// Create single currency item with all currency on it
|
||||||
|
Loading…
Reference in New Issue
Block a user