We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6388721 commit 6719ccaCopy full SHA for 6719cca
ProfileUploader/Program.cs
@@ -375,8 +375,8 @@ static void Main(string[] args)
375
return ret;
376
};
377
378
- var p1Name = Convert(ctx.P1Name);
379
- var p2Name = Convert(ctx.P2Name);
+ var p1Name = Convert(ctx.P1Name).Replace("\u0016","");
+ var p2Name = Convert(ctx.P2Name).Replace("\u0016", "");
380
game.Add(
381
new XElement("trackrecord",
382
new XElement("timestamp",
0 commit comments