mirror of
https://github.com/minetest-mods/technic.git
synced 2025-08-17 14:50:32 +02:00
Create technic config file if it doesn't exist
This commit is contained in:
@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user