mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Fix Translate Saving
Fix Translate Saving
This commit is contained in:
@@ -1125,7 +1125,7 @@ end)
|
||||
CreateThread(function()
|
||||
while true do
|
||||
Wait(60000 * Config.SaveInterval)
|
||||
PropertySave(TranslateCap("interval_save"))
|
||||
PropertySave(TranslateCap("interval_saving"))
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user