From 90208930e533379acbc1636e09f85d5f9b6493ca Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Thu, 3 Oct 2013 16:33:07 -0400 Subject: [PATCH] Create technic config file if it doesn't exist --- technic/config.lua | 3 +++ 1 file changed, 3 insertions(+) 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() +