-- @/lua/vehicle/sounds.lua:1269
-- this function enables or disables the data reporting to the UI. It is quite performance heavy and should be only used for debugging
local function setUIDebug(enabled, data)
M.uiDebugging = enabled
-- todo: save data
end