mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix trader menu server RPT logs partially localized on client
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user