-- @/lua/ge/extensions/scenario/scenarios.lua:1323
local function onCameraModeChanged(modeName)
if not scenario then return end
if modeName and modeName ~= 'path' and modeName ~= 'observer' then
scenario.lastModeName = modeName
end
end
local function onCameraModeChanged(modeName)
if not careerActive then return end