up
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user