mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_npcTraderAdd.sqf
Corrected spelling of crypto
This commit is contained in:
parent
33220bfacc
commit
fd14dfa214
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user