SPAWN:InitSpeedMPS() etc

This commit is contained in:
Applevangelist
2024-02-22 11:52:43 +01:00
parent 2ce9f26e26
commit e8c75b8795
2 changed files with 56 additions and 0 deletions

View File

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