From c1f2375254d1c19f4c6b2e43093f4d846540782e Mon Sep 17 00:00:00 2001 From: Megaf Date: Wed, 20 Dec 2017 18:44:53 -0200 Subject: [PATCH] Update init.lua --- nether/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nether/init.lua b/nether/init.lua index 5cf93e8..034ff37 100644 --- a/nether/init.lua +++ b/nether/init.lua @@ -714,7 +714,7 @@ local function get(tab, z,y,x) end local function remove(tab, z,y,x) - if vector.get_data_from_pos(tab, z,y,x) == nil then + if get(tab, z,y,x) == nil then return end tab[z][y][x] = nil