Privates / Remove Debug

This commit is contained in:
PabstMirror 2015-05-21 17:53:15 -05:00
parent 4e92a51cf8
commit 72020a43f1

View File

@ -19,6 +19,7 @@
//Handles Editor Placed / Zeus / Scripted
if (isServer) then {
[{
private ["_explosive", "_helpers", "_defuseHelper"];
{
_explosive = _x;
_helpers = {
@ -26,7 +27,6 @@ if (isServer) then {
} count (attachedObjects _explosive);
if (_helpers == 0) then {
systemChat "Missing Helper";
TRACE_3("Explosive without helper",_explosive,(getPosAsl _explosive),(typeOf _explosive));
_defuseHelper = createVehicle ["ACE_DefuseObject", (getPos _explosive), [], 0, "NONE"];
_defuseHelper attachTo [_explosive, [0,0,0], ""];