Fix Translate Saving

Fix Translate Saving
This commit is contained in:
AL1ƎN
2022-12-28 12:44:39 +01:00
committed by GitHub
parent df7e9c5bb8
commit 92b111cbc0
+1 -1
View File
@@ -1125,7 +1125,7 @@ end)
CreateThread(function()
while true do
Wait(60000 * Config.SaveInterval)
PropertySave(TranslateCap("interval_save"))
PropertySave(TranslateCap("interval_saving"))
end
end)