diff --git a/runner-process.lua b/runner-process.lua index 19ac107..4534cd2 100644 --- a/runner-process.lua +++ b/runner-process.lua @@ -86,10 +86,9 @@ runner.onLoad(function(filename) }) end) -runner.onReset(function(filename) +runner.onReset(function() writeResponse({ type = 'onReset', - filename = filename, speciesId = speciesId, }) end)