Fix small error with technic compatability

This commit is contained in:
Austin Shenk 2013-06-29 23:48:16 -04:00
parent d800d0fa09
commit dde01e0455

View File

@ -29,7 +29,7 @@ if(itemDrop ~= "" and itemDrop ~= nil) then
end
io.close()
local file = io.open(technic.."/item_drop.lua", "w")
local file = io.open(itemDrop.."/item_drop.lua", "w")
file:write(newfile)
io.flush()
io.close()