From 90208930e533379acbc1636e09f85d5f9b6493ca Mon Sep 17 00:00:00 2001 From: ShadowNinja <noreply@gmail.com> Date: Thu, 03 Oct 2013 22:33:07 +0200 Subject: [PATCH] Create technic config file if it doesn't exist --- 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 @@ end end +-- Create the config file if it doesn't exist +technic.config:write() + -- Gitblit v1.8.0