diff --git a/technic/config.lua b/technic/config.lua index 7a966fe..bfe3273 100644 --- a/technic/config.lua +++ b/technic/config.lua @@ -20,3 +20,6 @@ for k, v in pairs(defaults) do end end +-- Create the config file if it doesn't exist +technic.config:write() +