From 636b0f20df4fef3eef821c23ccc2f606828f5c6f Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Mon, 07 Jul 2014 15:15:05 +0200
Subject: [PATCH] Handheld prospecting tool

---
 technic/config.lua |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/technic/config.lua b/technic/config.lua
index 668e7db..525c79f 100644
--- a/technic/config.lua
+++ b/technic/config.lua
@@ -8,7 +8,7 @@
 local defaults = {
 	enable_mining_drill = "true",
 	enable_mining_laser = "true",
-	enable_flashlight = "true",
+	enable_flashlight = "false",
 	enable_rubber_tree_generation = "true",
 	enable_marble_generation = "true",
 	enable_granite_generation = "true",
@@ -20,7 +20,4 @@
 		technic.config:set(k, v)
 	end
 end
-
--- Create the config file if it doesn't exist
-technic.config:write()
 

--
Gitblit v1.8.0