spaces fix
This commit is contained in:
parent
32a9d0793d
commit
97601fc251
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue