mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
Update config.lua
This commit is contained in:
parent
1bfe1c8a45
commit
477687599a
@ -44,6 +44,7 @@ function config.write(path, key, value)
|
||||
end
|
||||
|
||||
function config.append(path, ...)
|
||||
fs.makeDirectory(fs.path(path))
|
||||
local file = io.open(path, "a")
|
||||
local data = {...}
|
||||
for i = 1, #data do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user