This commit is contained in:
2025-12-12 16:01:03 -05:00
parent e41caf713c
commit 4f8df39b69

View File

@@ -8,7 +8,7 @@ local sounds = {
local function initialize()
kernel = require("kernel")
kernel.addSound('notification')
kernel.addSound("notification")
speaker = peripheral.find("speaker")
if not speaker then
print("Warning: No speaker attached.")