mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user