Fix small error with technic compatability
This commit is contained in:
parent
d800d0fa09
commit
dde01e0455
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user