mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Initialize 'old_nodes' as empty table
This commit is contained in:
parent
cb8701b219
commit
0e1a47551c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,7 +1,7 @@
|
|||
-- clean by PilzAdam
|
||||
-- LICENSE: WTFPL
|
||||
|
||||
local old_nodes = {'mod:a', 'mod:b'}
|
||||
local old_nodes = {}
|
||||
local old_entities = {}
|
||||
|
||||
for _,node_name in ipairs(old_nodes) do
|
||||
|
|
Loading…
Add table
Reference in a new issue