mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Debug stuff
This commit is contained in:
parent
849fa4f1ee
commit
834cbb4d24
@ -51,6 +51,7 @@ if (isServer) then {
|
||||
TRACE_1("serverSendsOrientations received:",_explosivesOrientations);
|
||||
{
|
||||
params ["_explosive","_direction","_pitch"];
|
||||
TRACE_3("orientation set:",_explosive,_direction,_pitch);
|
||||
[_explosive, _direction, _pitch] call FUNC(setPosition);
|
||||
} forEach _explosivesOrientations;
|
||||
deleteGroup GVAR(localGroup);
|
||||
|
@ -39,4 +39,5 @@ if (isServer) then {
|
||||
params ["_explosive"];
|
||||
(!isNull _explosive && {alive _explosive})
|
||||
};
|
||||
TRACE_1("setPosition",GVAR(explosivesOrientations));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user