Extra argument

This commit is contained in:
Empathic Qubit 2021-05-08 00:42:50 -04:00
parent 0d9afa4ced
commit d224ba7805

View file

@ -86,10 +86,9 @@ runner.onLoad(function(filename)
}) })
end) end)
runner.onReset(function(filename) runner.onReset(function()
writeResponse({ writeResponse({
type = 'onReset', type = 'onReset',
filename = filename,
speciesId = speciesId, speciesId = speciesId,
}) })
end) end)