Skip to content

Commit

Permalink
Flashlight disabled in config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitriss committed Oct 15, 2013
1 parent aad6a2f commit 48bf064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/config.lua
Expand Up @@ -5,7 +5,7 @@ technic.config.loaded = {}
technic.config.default = {
enable_mining_drill = "true",
enable_mining_laser = "true",
enable_flashlight = "true",
enable_flashlight = "false",
enable_item_drop = "true",
enable_item_pickup = "true",
enable_rubber_tree_generation = "true",
Expand Down

0 comments on commit 48bf064

Please sign in to comment.