diff options
-rw-r--r-- | technic/config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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() + |