Allow repeat species again since there's no chance of accidentally

rereading the file.
This commit is contained in:
Empathic Qubit 2021-05-05 20:01:16 -04:00
parent 5a12540259
commit ca2496f7d5

View file

@ -98,7 +98,7 @@ local function waitLoop(inputLine)
return util.promiseWrap(function() return util.promiseWrap(function()
local ok, inputData = serpent.load(inputLine) 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("Deserialization error\n")
io.stderr:write(inputLine.."\n") io.stderr:write(inputLine.."\n")
return return