summaryrefslogtreecommitdiffstats
path: root/acf2/model/model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf2/model/model.lua')
-rw-r--r--acf2/model/model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/acf2/model/model.lua b/acf2/model/model.lua
index 923ac05..cb1ebee 100644
--- a/acf2/model/model.lua
+++ b/acf2/model/model.lua
@@ -198,7 +198,7 @@ function M.Model:init(context)
end
end
if relevant then f:validate_saved()
- else f:clear() end
+ else f:_save() end
end
end
end