mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_cGroup_onLoad.sqf
Corrected spelling of crypto
This commit is contained in:
parent
ae31744203
commit
be565d98b3
@ -19,7 +19,7 @@ if (Epoch_my_GroupUID != "") exitWith {(findDisplay -1200) closeDisplay 0};
|
||||
disableSerialization;
|
||||
_textCtrl = (findDisplay -1200) displayCtrl 22;
|
||||
if (EPOCH_playerCrypto < parseNumber(EPOCH_group_upgrade_lvl select 1)) then {
|
||||
_textCtrl CtrlSetText format ["Need %1 Krypto to create your own group",EPOCH_group_upgrade_lvl select 1];
|
||||
_textCtrl CtrlSetText format ["Need %1 Crypto to create your own group",EPOCH_group_upgrade_lvl select 1];
|
||||
} else {
|
||||
_textCtrl CtrlSetText format["Cost to create group %1 Krypto", EPOCH_group_upgrade_lvl select 1];
|
||||
_textCtrl CtrlSetText format["Cost to create group %1 Crypto", EPOCH_group_upgrade_lvl select 1];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user