Merge branch 'main' of github.com:sbrl/Minetest-WorldEditAdditions

This commit is contained in:
Starbeamrainbowlabs 2023-07-04 22:55:15 +01:00
commit a78d385666
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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