mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 13:52:31 +01:00
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