fix 'timeit' in headless mode

This commit is contained in:
MihailRis
2024-12-11 14:08:24 +03:00
parent c67f158e62
commit b05c2fc911
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ if test then
test.new_world = core.new_world
test.close_world = core.close_world
test.reconfig_packs = core.reconfig_packs
test.tick = coroutine.yield
end
------------------------------------------------