from retail

This commit is contained in:
NoM0Re
2025-02-11 20:18:57 +01:00
parent eee4c23026
commit f94aff6a9d
6 changed files with 95 additions and 28 deletions
+1 -1
View File
@@ -4668,7 +4668,7 @@ function Private.ReplacePlaceHolders(textStr, region, customFunc, useHiddenState
local regionState = region.state or {};
local regionStates = region.states or {};
if (not regionState and not regionValues) then
return;
return ""
end
local endPos = textStr:len();
if (endPos < 2) then