From f4ac2b8c1ef97a8adf29501f5599fb8adb4df00c Mon Sep 17 00:00:00 2001
From: Novatux <nathanael.courant@laposte.net>
Date: Fri, 04 Oct 2013 16:48:39 +0200
Subject: [PATCH] Make power distribution more efficient.

---
 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