13 lines
394 B
Lua
Raw Normal View History

2025-04-07 01:41:12 +00:00
return {
maxFrequency = 500, -- Max amount of available channel frequencies to use
-- Should the radio turn off when the player is dead (Talking is disabled anyway)
leaveOnDeath = true,
---@type number
-- How many decimal places to use for the subchannel.
decimalPlaces = 2,
-- Should the mic clicks be enabled by default
defaultMicClicks = true
}