mirror of
https://github.com/minetest-mods/carpets.git
synced 2025-03-09 06:12:27 +01:00
Fix the return value
This commit is contained in:
2
init.lua
2
init.lua
@ -8,7 +8,7 @@ dofile(modpath .. "/api.lua")
|
|||||||
local depends = (function()
|
local depends = (function()
|
||||||
local file = io.open(modpath .. "/depends.txt")
|
local file = io.open(modpath .. "/depends.txt")
|
||||||
if not file then
|
if not file then
|
||||||
return
|
return {}
|
||||||
end
|
end
|
||||||
|
|
||||||
local depends = {}
|
local depends = {}
|
||||||
|
Reference in New Issue
Block a user