up
This commit is contained in:
@@ -8,7 +8,7 @@ local sounds = {
|
|||||||
|
|
||||||
local function initialize()
|
local function initialize()
|
||||||
kernel = require("kernel")
|
kernel = require("kernel")
|
||||||
kernel.addSound('notification')
|
kernel.addSound("notification")
|
||||||
speaker = peripheral.find("speaker")
|
speaker = peripheral.find("speaker")
|
||||||
if not speaker then
|
if not speaker then
|
||||||
print("Warning: No speaker attached.")
|
print("Warning: No speaker attached.")
|
||||||
|
|||||||
Reference in New Issue
Block a user