Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2025-11-09 21:46:36 +01:00
12 changed files with 3535 additions and 2321 deletions
@@ -320,8 +320,8 @@ function SCORING:New( GameName, SavePath, AutoSave )
-- Create the CSV file.
self.AutoSavePath = SavePath
self.AutoSave = AutoSave or true
if self.AutoSave == true then
self.AutoSave = (AutoSave == nil or AutoSave == true) and true or false
if self.AutoSavePath and self.AutoSave == true then
self:OpenCSV( GameName )
end