This commit is contained in:
2025-06-15 18:57:16 -04:00
parent 4c72f7daed
commit 49b2c2157b
2 changed files with 6 additions and 3 deletions

View File

@@ -36,9 +36,7 @@ end
local function playControlRoomAlarm(speakers)
for _, speaker in ipairs(speakers) do
playSound(speaker,"control_alarm")
end
playSound(speakers,"control_alarm")
end