-- @/lua/ge/extensions/gameplay/drift/display.lua:331
local function onDriftContextChanged(context)
if context == "inFreeroamChallenge" or context == "inChallenge" then
setDriftUILayout(true)
elseif context == "inFreeroam" then
setDriftUILayout(false)
end
end
local function onDriftContextChanged(context, oldContext)
if oldContext ~= context then