milan2018_v3 #28
1 changed files with 59 additions and 52 deletions
|
@ -50,3 +50,10 @@ function worldedit.luatransform(pos1, pos2, code)
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
local input = io.open(minetest.get_worldpath().."/init.lua", "r")
|
||||||
|
if input then
|
||||||
|
local code = input:read("*a")
|
||||||
|
input:close()
|
||||||
|
worldedit.lua(code)
|
||||||
|
end
|
Loading…
Reference in a new issue