mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_TradeLoop.sqf
Corrected spelling of crypto
This commit is contained in:
parent
4a6cfa13b4
commit
278008f5fd
@ -47,8 +47,8 @@ if (!isNull EPOCH_p2ptradeTarget) then {
|
|||||||
|
|
||||||
_tradeCryptoOffer = (_tradeOffer select 1);
|
_tradeCryptoOffer = (_tradeOffer select 1);
|
||||||
if (_tradeCryptoOffer > 0) then {
|
if (_tradeCryptoOffer > 0) then {
|
||||||
_index = lbAdd[1502, format["%1 Krypto", _tradeCryptoOffer]];
|
_index = lbAdd[1502, format["%1 Crypto", _tradeCryptoOffer]];
|
||||||
lbSetData[1502, _index, "Krypto"];
|
lbSetData[1502, _index, "Crypto"];
|
||||||
lbSetPicture[1502, _index, "\x\addons\a3_epoch_code\Data\UI\cc_ca.paa"];
|
lbSetPicture[1502, _index, "\x\addons\a3_epoch_code\Data\UI\cc_ca.paa"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user