Fix trader menu server RPT logs partially localized on client

This commit is contained in:
ebaydayz
2017-01-17 14:39:31 -05:00
parent ef5ca5c532
commit 92ee58900c
3 changed files with 11 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ _Z_logTrade = {
case 1 : {"vehicle"};
case 2 : {"gear"};
};
_price = if (Z_singleCurrency) then {format ["%1 %2",[_price] call BIS_fnc_numberText,CurrencyName]} else {[_price,true] call Z_calcCurrency};
_price = if (Z_singleCurrency) then {format ["%1 %2",[_price] call BIS_fnc_numberText,CurrencyName]} else {[_price,true,1,1] call Z_calcCurrency};
// Log to client RPT
if (_buyOrSell == "buy") then {