updated
This commit is contained in:
@@ -8,8 +8,7 @@ local function run()
|
||||
|
||||
monitor.writeLine("Starting system...")
|
||||
monitor.writeLine("System started successfully!")
|
||||
data.writeValue("computer-name", "Papercut87")
|
||||
computerName = data.getValue("computer-name")
|
||||
computerName = data.getRead("computer-name")
|
||||
monitor.writeLine("Computer name: " .. computerName)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user