mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
wrapped track in debug define
This commit is contained in:
parent
24c32d8e3f
commit
fb93e9e9bc
@ -35,7 +35,11 @@ if(_doSpall) then {
|
||||
};
|
||||
};
|
||||
// ACE_player sideChat format["c: %1", GVAR(spallIsTrackingCount)];
|
||||
|
||||
#ifdef DEBUG_MODE_FULL
|
||||
[ACE_player, _round, [1,0,0,1]] call FUNC(addTrack);
|
||||
#endif
|
||||
|
||||
if(_doFragTrack && alive _round) then {
|
||||
GVAR(trackedObjects) pushBack _round;
|
||||
_spallTrack = [];
|
||||
|
Loading…
Reference in New Issue
Block a user