This commit is contained in:
Applevangelist 2024-04-15 18:54:59 +02:00
parent b9cb6dbffb
commit 620df5ad3e

View File

@ -1153,7 +1153,7 @@ function BASE:_Serialize(Arguments)
text = string.gsub(text,"(\n+)","") text = string.gsub(text,"(\n+)","")
text = string.gsub(text,"%(%(","%(") text = string.gsub(text,"%(%(","%(")
text = string.gsub(text,"%)%)","%)") text = string.gsub(text,"%)%)","%)")
text = string.gsub(text,"(%s+)","") text = string.gsub(text,"(%s+)"," ")
return text return text
end end