mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
suppress debug from building
This commit is contained in:
@@ -308,7 +308,7 @@ if (_hasrequireditem) then {
|
|||||||
|
|
||||||
_object setPosATL _position;
|
_object setPosATL _position;
|
||||||
|
|
||||||
diag_log format["DEBUG Change BUILDING POS: %1", _position];
|
//diag_log format["DEBUG Change BUILDING POS: %1", _position];
|
||||||
|
|
||||||
_object attachTo [player];
|
_object attachTo [player];
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ if (_hasrequireditem) then {
|
|||||||
detach _object;
|
detach _object;
|
||||||
_dir = getDir _object;
|
_dir = getDir _object;
|
||||||
_position = getPosATL _object;
|
_position = getPosATL _object;
|
||||||
diag_log format["DEBUG BUILDING POS: %1", _position];
|
//diag_log format["DEBUG BUILDING POS: %1", _position];
|
||||||
deleteVehicle _object;
|
deleteVehicle _object;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user