mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-17 08:33:42 +01:00
Merge branch 'main' of github.com:sbrl/Minetest-WorldEditAdditions
This commit is contained in:
@ -16,7 +16,7 @@ setting_handler.read = function()
|
||||
local file, err = io.open(path .. "/settings.conf", "rb")
|
||||
if err then return false end
|
||||
-- Split by newline
|
||||
-- local settings = wea_c.split(file:read(),"[\n\r]+")
|
||||
-- local settings = wea_c.split(file:read("*a"),"[\n\r]+")
|
||||
file:close()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user