mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove debug stuff
This commit is contained in:
parent
1def2bd2b4
commit
e38f48d7ad
@ -31,9 +31,7 @@ if(GVAR(actionSelected)) then {
|
||||
|
||||
// Check the action conditions
|
||||
_actionData = GVAR(selectedAction) select 0;
|
||||
systemChat "Checking Condition";
|
||||
if ([_target, _player, _actionData select 6] call (_actionData select 4)) then {
|
||||
systemChat format ["Condition met: %1", [_target, _player, _actionData select 6, (_actionData select 3)]];
|
||||
// Call the statement
|
||||
[_target, _player, _actionData select 6] call (_actionData select 3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user