Update CfgActionMenu_target.hpp

Corrected spelling of crypto
This commit is contained in:
Grahame 2018-08-16 10:35:18 -04:00 committed by GitHub
parent 72f519c2f0
commit ad4d044d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ class player_takeCrypto
condition = "dyna_isDeadPlayer || (dyna_cursorTarget getVariable [""Crypto"",0]) > 0";
action = "dyna_cursorTarget call EPOCH_takeCrypto;";
icon = "x\addons\a3_epoch_code\Data\UI\buttons\krypto.paa";
tooltip = "Take Krypto";
tooltip = "Take Crypto";
};
class player_trade
{