diff --git a/src/libs/kristly.lua b/src/libs/kristly.lua index e685d13..1505c73 100644 --- a/src/libs/kristly.lua +++ b/src/libs/kristly.lua @@ -409,6 +409,7 @@ type = "KRISTLY-ERROR", error = "DISCONNECTED. " .. returned }) + return end if returned == nil then @@ -416,6 +417,7 @@ type = "KRISTLY-ERROR", error = "NO-RESPONSE" }) + return end local data = textutils.unserializeJSON(returned)