mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_takeCrypto.sqf
Correct the spelling of Crypto
This commit is contained in:
parent
911ce3da49
commit
ae31744203
@ -7,9 +7,9 @@ if (!isNull _this) then {
|
|||||||
_getCrypto = _this getVariable["Crypto", 0];
|
_getCrypto = _this getVariable["Crypto", 0];
|
||||||
if (_getCrypto > 0) then {
|
if (_getCrypto > 0) then {
|
||||||
[player, Epoch_personalToken, _this] remoteExec ["EPOCH_server_takeCrypto",2];
|
[player, Epoch_personalToken, _this] remoteExec ["EPOCH_server_takeCrypto",2];
|
||||||
[format["You found %1 Krypto", _getCrypto], 5] call Epoch_message;
|
[format["You found %1 Crypto", _getCrypto], 5] call Epoch_message;
|
||||||
} else {
|
} else {
|
||||||
["No Krypto found", 5] call Epoch_message;
|
["No Crypto found", 5] call Epoch_message;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
[] spawn{
|
[] spawn{
|
||||||
|
Loading…
Reference in New Issue
Block a user