mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 13:03:59 +01:00
Create proper io namespace directory
This commit is contained in:
parent
ff94fce503
commit
3c7e1ef545
@ -31,7 +31,7 @@ wea_c.LRU = dofile(wea_c.modpath.."/utils/lru.lua")
|
|||||||
wea_c.inspect = dofile(wea_c.modpath.."/utils/inspect.lua")
|
wea_c.inspect = dofile(wea_c.modpath.."/utils/inspect.lua")
|
||||||
|
|
||||||
-- I/O compatibility layer
|
-- 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")
|
wea_c.bit = dofile(wea_c.modpath.."/utils/bit.lua")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user