-- @/lua/vehicle/recovery.lua:317
local function recoverInPlace()
setRecoveryPoint(newRecoveryPoint(), true)
end
local obj = getObjectByID(currVeh.id)
obj:queueLuaCommand("recovery.recoverInPlace()")
currVeh:onRefresh()
--veh:resetBrokenFlexMesh()
--veh:queueLuaCommand('recovery.recoverInPlace()')
end