From ff053243dcac6d4ec84c2be4b3824d194f6fa647 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Sat, 11 Dec 2021 03:18:35 +0100 Subject: [PATCH] Bugfix internal.lua --- internal.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal.lua b/internal.lua index effde31..54856da 100644 --- a/internal.lua +++ b/internal.lua @@ -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 \ No newline at end of file