summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/technic/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/technic/init.lua b/technic/technic/init.lua
index 355e25e..fd359ba 100644
--- a/technic/technic/init.lua
+++ b/technic/technic/init.lua
@@ -54,7 +54,7 @@ dofile(modpath.."/solar_panel_mv.lua")
dofile(modpath.."/battery_box_mv.lua")
--Tools
-if enable_mining_dril==true then dofile(modpath.."/mining_drill.lua") end
+if enable_mining_drill==true then dofile(modpath.."/mining_drill.lua") end
if enable_mining_laser==true then dofile(modpath.."/mining_laser_mk1.lua") end
if enable_flashlight==true then dofile(modpath.."/flashlight.lua") end
dofile(modpath.."/cans.lua")