From ca2496f7d5915b83b96d956b54b5c4fbe2cf1ad7 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Wed, 5 May 2021 20:01:16 -0400 Subject: [PATCH] Allow repeat species again since there's no chance of accidentally rereading the file. --- runner-process.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner-process.lua b/runner-process.lua index a342804..19ac107 100644 --- a/runner-process.lua +++ b/runner-process.lua @@ -98,7 +98,7 @@ local function waitLoop(inputLine) return util.promiseWrap(function() local ok, inputData = serpent.load(inputLine) - if not ok or inputData == nil or speciesId == inputData[1].id then + if not ok or inputData == nil then io.stderr:write("Deserialization error\n") io.stderr:write(inputLine.."\n") return