mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-03-02 14:54:39 +01:00
Create proper io namespace directory
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user