Bugfix internal.lua

This commit is contained in:
AliasAlreadyTaken 2021-12-11 03:18:35 +01:00
parent 237b1fff72
commit ff053243dc
1 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ function yl_template.load(filename, ...)
return load_json(filename, ...)
end
function yl_template.load(filename, content, ...)
return load_json(filename, content, ...)
function yl_template.save(filename, content, ...)
return save_json(filename, content, ...)
end