projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7efa3ff
)
typo fixed
author
RealBadAngel
<mk@realbadangel.pl>
Thu, 13 Dec 2012 01:43:45 +0000
(
02:43
+0100)
committer
RealBadAngel
<mk@realbadangel.pl>
Thu, 13 Dec 2012 01:43:45 +0000
(
02:43
+0100)
technic/technic/init.lua
patch
|
blob
|
history
diff --git
a/technic/technic/init.lua
b/technic/technic/init.lua
index 355e25e08c7651612f21aebee3195de7c3692c11..fd359ba48f968ba38c3e854332a73ecf87f26b5d 100644
(file)
--- 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_dril
l
==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")