mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed debug
This commit is contained in:
parent
e368ae28f5
commit
d33834261f
@ -13,15 +13,12 @@
|
|||||||
*
|
*
|
||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
#define DEBUG_MODE_FULL
|
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
#define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"]
|
#define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"]
|
||||||
|
|
||||||
params ["_vehicle"];
|
params ["_vehicle"];
|
||||||
TRACE_1("params", _vehicle);
|
TRACE_1("params", _vehicle);
|
||||||
|
|
||||||
if (typeOf _vehicle != "O_Heli_Transport_04_F") exitWith {}; // test
|
|
||||||
|
|
||||||
private ["_type", "_initializedClasses"];
|
private ["_type", "_initializedClasses"];
|
||||||
|
|
||||||
_type = typeOf _vehicle;
|
_type = typeOf _vehicle;
|
||||||
|
Loading…
Reference in New Issue
Block a user