Update EPOCH_TradeLoop.sqf

Corrected spelling of crypto
This commit is contained in:
Grahame 2018-08-16 10:29:28 -04:00 committed by GitHub
parent 4a6cfa13b4
commit 278008f5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@ if (!isNull EPOCH_p2ptradeTarget) then {
_tradeCryptoOffer = (_tradeOffer select 1);
if (_tradeCryptoOffer > 0) then {
_index = lbAdd[1502, format["%1 Krypto", _tradeCryptoOffer]];
lbSetData[1502, _index, "Krypto"];
_index = lbAdd[1502, format["%1 Crypto", _tradeCryptoOffer]];
lbSetData[1502, _index, "Crypto"];
lbSetPicture[1502, _index, "\x\addons\a3_epoch_code\Data\UI\cc_ca.paa"];
};