From ae31744203a2ff4671bce12b2ae1d89da852ecc8 Mon Sep 17 00:00:00 2001 From: Grahame Date: Thu, 16 Aug 2018 10:24:16 -0400 Subject: [PATCH] Update EPOCH_takeCrypto.sqf Correct the spelling of Crypto --- Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf index 3589ed06..6034a420 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_takeCrypto.sqf @@ -7,9 +7,9 @@ if (!isNull _this) then { _getCrypto = _this getVariable["Crypto", 0]; if (_getCrypto > 0) then { [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 { - ["No Krypto found", 5] call Epoch_message; + ["No Crypto found", 5] call Epoch_message; }; }; [] spawn{