suppress debug from building

This commit is contained in:
[VB]AWOL
2013-11-25 15:56:31 -06:00
parent 14b72311d8
commit 78dbf9179b

View File

@@ -308,7 +308,7 @@ if (_hasrequireditem) then {
_object setPosATL _position;
diag_log format["DEBUG Change BUILDING POS: %1", _position];
//diag_log format["DEBUG Change BUILDING POS: %1", _position];
_object attachTo [player];
@@ -323,7 +323,7 @@ if (_hasrequireditem) then {
detach _object;
_dir = getDir _object;
_position = getPosATL _object;
diag_log format["DEBUG BUILDING POS: %1", _position];
//diag_log format["DEBUG BUILDING POS: %1", _position];
deleteVehicle _object;
};