Fix warping to non-empty space
This commit is contained in:
parent
b534ac0516
commit
065f79cbb3
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ func TestWorld_RoverStash(t *testing.T) {
|
|||
Y: 0.0,
|
||||
}
|
||||
|
||||
world.Atlas.SetObject(pos, objects.Object{Type: objects.None})
|
||||
err = world.WarpRover(a, pos)
|
||||
assert.NoError(t, err, "Failed to set position for rover")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue