Update EPOCH_cGroup_BtnCreate.sqf

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

View File

@ -48,6 +48,6 @@ if (count (_array-[32]) == 0) then { //32 = SPACE
};
};
} else {
["You don't have enough Krypto to create a group!","Epoch Group Menu",true,false] spawn BIS_fnc_GUImessage;
["You don't have enough Crypto to create a group!","Epoch Group Menu",true,false] spawn BIS_fnc_GUImessage;
};
};