removed debug section

removed debug section
This commit is contained in:
Sp!ts 2016-05-23 23:13:23 -07:00
parent 3c4cc4ef9e
commit a6c6b39a18
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@ -21,7 +21,3 @@ _trigger = createTrigger["EmptyDetector", _position];
_trigger setTriggerArea[_radius, _radius, 0, true]; _trigger setTriggerArea[_radius, _radius, 0, true];
_trigger setTriggerActivation["EAST", "PRESENT", TRUE]; _trigger setTriggerActivation["EAST", "PRESENT", TRUE];
_trigger setTriggerStatements["this && {vehicle _x isKindOf 'Man'} count thislist > 0", "{if (_x isKindOf 'Man') then {_x setdamage 1; deleteVehicle _x;}; }foreach thislist;", ""]; _trigger setTriggerStatements["this && {vehicle _x isKindOf 'Man'} count thislist > 0", "{if (_x isKindOf 'Man') then {_x setdamage 1; deleteVehicle _x;}; }foreach thislist;", ""];
if (Debug) then {
diag_log format["Safer Safezones: Creating Safezone Trigger | Position : %1 | Radius : %2m | Near : %3 ",_position,_radius,_nearestLocation];
};