summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRealBadAngel <mk@realbadangel.pl>2012-12-13 02:43:45 +0100
committerRealBadAngel <mk@realbadangel.pl>2012-12-13 02:43:45 +0100
commite7d3d78ed2817aaa404eedd5b8c3c16396251d35 (patch)
tree3e47ce0c4eda6a9d924d4fdd9ab5d11da476d0a1
parent7efa3ff73f8d2642b1ae2dbd19d8639521e31fa5 (diff)
typo fixed
-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")