From de223360de938607fa449ab29da161624c129479 Mon Sep 17 00:00:00 2001 From: Lynn Date: Thu, 13 Sep 2018 21:34:39 +0200 Subject: [PATCH] Fixed a syntax error --- Diggy/Template.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diggy/Template.lua b/Diggy/Template.lua index 74f3fd9e..2683bba9 100644 --- a/Diggy/Template.lua +++ b/Diggy/Template.lua @@ -43,7 +43,7 @@ function Template.insert(surface, tiles, entities) end if (new_is_void and not current_is_void) then - table.insert(void_added, {surface = surface, old_tile = {name = current_tile.name, position = current_tile.position}) + table.insert(void_added, {surface = surface, old_tile = {name = current_tile.name, position = current_tile.position}}) end end