12 lines
279 B
Lua
12 lines
279 B
Lua
|
|
--- Sounds Settings
|
|
--
|
|
-- @topic settings
|
|
|
|
--- Enables sounds testing with [sounds_tests](tests.html#sounds_tests) chat command.
|
|
--
|
|
-- @setting sounds.enable_tests
|
|
-- @settype bool
|
|
-- @default false
|
|
sounds.enable_tests = core.settings:get_bool("sounds.enable_tests", false)
|