Remove unused file object_updatePosition.sqf

This commit is contained in:
ebaydayz
2016-08-09 11:06:57 -04:00
parent bc7c1879a3
commit 1ed78cc085

View File

@@ -1,10 +0,0 @@
// private["_object","_updateObj"];
// //check if can pitch here
// _object = _this;
//
// if (_object getVariable ["ObjectID",0] > 0) then {
// _updateObj = _object getVariable["update",[false,false,false]];
// _updateObj set [1,true];
// _object setVariable ["update",_updateObj,true];
// _object setVariable ["position",(getPosATL _object),true];
// };