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 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/technic/config.lua b/technic/config.lua
index 159302f..bfe3273 100644
--- a/technic/config.lua
+++ b/technic/config.lua
@@ -9,8 +9,6 @@
 	enable_mining_drill = "true",
 	enable_mining_laser = "true",
 	enable_flashlight = "true",
-	enable_item_drop = "true",
-	enable_item_pickup = "true",
 	enable_rubber_tree_generation = "true",
 	enable_marble_generation = "true",
 	enable_granite_generation = "true",
@@ -22,3 +20,6 @@
 	end
 end
 
+-- Create the config file if it doesn't exist
+technic.config:write()
+

--
Gitblit v1.8.0