Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit b7dd219.
  • Loading branch information
Vdauphin committed Sep 10, 2024
1 parent b7dd219 commit bbcb416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/def/param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,6 @@ class Params {
title = __EVAL(format [" %1", localize "STR_BTC_HAM_PARAM_OTHER_DEBUG"]);
values[]={0,1,2};
texts[]={$STR_DISABLED,$STR_ENABLED, $STR_BTC_HAM_PARAM_OTHER_DEBUG_LOGONLY}; // texts[]={"Off","On","Log only"};
default = 1;
default = 0;
};
};
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/rep/killed.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Author:
---------------------------------------------------------------------------- */

params ["_unit", "_causeOfDeath", "_killer", "_instigator"];
[format ["%1", _this] , __FILE__, [btc_debug, btc_debug_log, true]] call btc_debug_fnc_message;

if (
(side group _unit isNotEqualTo civilian) &&
{!isAgent teamMember _unit}
Expand Down

0 comments on commit bbcb416

Please sign in to comment.