fix containers refreshing

This commit is contained in:
MihailRis
2025-04-27 10:55:49 +03:00
parent d845aeb55f
commit 34295faca2
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ function gui.template(name, params)
text = text:gsub("%%{([^}]+)}", function(n)
local s = params[n]
if type(s) ~= "string" then
return s
return tostring(s)
end
if #s == 0 then
return