mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
Create proper io namespace directory
This commit is contained in:
parent
ff94fce503
commit
3c7e1ef545
2 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ wea_c.LRU = dofile(wea_c.modpath.."/utils/lru.lua")
|
|||
wea_c.inspect = dofile(wea_c.modpath.."/utils/inspect.lua")
|
||||
|
||||
-- I/O compatibility layer
|
||||
wea_c.io = dofile(wea_c.modpath.."/utils/io.lua")
|
||||
wea_c.io = dofile(wea_c.modpath.."/utils/io/init.lua")
|
||||
|
||||
wea_c.bit = dofile(wea_c.modpath.."/utils/bit.lua")
|
||||
|
||||
|
|
Loading…
Reference in a new issue