Removed some debugging stuff

This commit is contained in:
Chris Cardozo 2019-05-19 10:01:14 -04:00
parent 47e7a780de
commit ad4d66e386

View File

@ -1,12 +1,12 @@
/*
Credit for this method goes to He-Man who first suggested it.
*/
diag_log format["_fnc_giveTakeCrypto: _this = %1",_this];
_object = _this select 0;
diag_log format["_giveTakeCrypto: _object data = %1 | _object = %2",_object call BIS_fnc_objectType, _object];
//diag_log format["_fnc_giveTakeCrypto: _this = %1",_this];
//_object = _this select 0;
//diag_log format["_giveTakeCrypto: _object data = %1 | _object = %2",_object call BIS_fnc_objectType, _object];
if (_object isKindOf "Man") then
{
_this call EPOCH_server_effectCrypto;
(_this select 0) call EPOCH_server_effectCrypto;
};