mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Fixed a syntax error
This commit is contained in:
parent
493cf73894
commit
de223360de
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user