spaces fix

This commit is contained in:
Bitl 2020-10-15 17:33:18 -07:00
parent 32a9d0793d
commit 97601fc251
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public static class RobloxXML
{
string IDVal = urlFixed.After(peram);
DownloadFilesFromNode(urlFixed, outputPath, fileext, IDVal);
item3.Value = inGameDir + IDVal + fileext;
item3.Value = (inGameDir + IDVal + fileext).Replace(" ", "");
}
}
else