(fix/Conditions) ProgressSource condition formatter

Removes an extra argument from the string.format call in formatValueForAssignment
This commit is contained in:
NoM0Re
2025-08-23 05:03:01 +02:00
parent 2a10494603
commit 01c878e33f
+1 -1
View File
@@ -74,7 +74,7 @@ local function formatValueForAssignment(vType, value, pathToCustomFunction, path
)
return serialized
else
local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s, %s}",
local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s}",
trigger,
Private.QuotedString(progressType),
Private.QuotedString(property or "nil"),