forked from minetest-mods/technic
Create technic config file if it doesn't exist
This commit is contained in:
parent
3cb30b7a4c
commit
90208930e5
|
@ -20,3 +20,6 @@ for k, v in pairs(defaults) do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Create the config file if it doesn't exist
|
||||||
|
technic.config:write()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user