Update EPOCH_npcTraderAdd.sqf

Corrected spelling of crypto
This commit is contained in:
Grahame 2018-08-16 10:33:14 -04:00 committed by GitHub
parent 33220bfacc
commit fd14dfa214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then {
_cryptoCount = _cryptoCount + _worth;
};
};
ctrlSetText [_CryptoInCtrl, (format["%1 Krypto", _cryptoCount])];
ctrlSetText [_CryptoInCtrl, (format["%1 Crypto", _cryptoCount])];
_cryptoCount = 0;
_sizeOut = lbSize _TraderItemsOutBox;
if (_sizeOut > 0) then {
@ -152,7 +152,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then {
_cryptoCount = _cryptoCount + _worth;
};
};
ctrlSetText [_CryptoOutCtrl, (format["%1 Krypto", _cryptoCount])];
ctrlSetText [_CryptoOutCtrl, (format["%1 Crypto", _cryptoCount])];
if (_control == _PlayerItemsBox) then {
lbSetCurSel [_PlayerFilerDropDown, 0];
};