A small comment

This commit is contained in:
HybridDog 2021-03-01 19:26:18 +01:00
parent 8c7aaf6c0b
commit fdbcc2e425
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ end
local fallings_search = dofile(path .. "/fill_3d.lua")
local moves_touch = {
{x = -1, y = 0, z = 0},
{x = 0, y = 0, z = 0},
{x = 0, y = 0, z = 0}, -- FIXME should this be here?
{x = 1, y = 0, z = 0},
{x = 0, y = -1, z = 0},
{x = 0, y = 1, z = 0},