Add test comment

This commit is contained in:
Jude Melton-Houghton 2022-09-13 18:17:31 -04:00
parent 699561f279
commit 350db65a9c
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ function mesecon._test_place(pos, node)
end
function mesecon._test_reset()
-- First let circuits settle by simulating many globalsteps.
for i = 1, 30 do
mineunit:execute_globalstep(60)
end