Update Main.lua

This commit is contained in:
IgorTimofeev 2021-03-12 02:28:33 +03:00 committed by GitHub
parent 7b1a168f91
commit eff71d57cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,6 @@ local function load(path)
end
local function save(path)
GUI.alert(path)
filesystem.writeTable(path, model, true)
updateSavePath(path)
end