Fix mvps receptor_off issue (#627)

This commit is contained in:
Jude Melton-Houghton
2022-12-07 07:15:23 -05:00
committed by GitHub
parent c10ce2dbc5
commit 60240ba268
3 changed files with 7 additions and 5 deletions

View File

@ -206,7 +206,7 @@ describe("node movement", function()
end)
-- Since turnon is called before turnoff when pushing, effectors may be incorrectly turned off.
pending("does not overwrite turnon with receptor_off", function()
it("does not overwrite turnon with receptor_off", function()
local pos = {x = 0, y = 0, z = 0}
local dir = {x = 1, y = 0, z = 0}
mesecon._test_place(pos, "mesecons:test_effector")