Zefram
2014-05-18 623fcae4a4ad3ec12cc242b29b0d781357cff3f7
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()