This commit is contained in:
Natsumi
2021-12-16 08:29:27 +13:00
parent 45c0b5e8e1
commit 42d2167f29
2 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -633,7 +633,7 @@ namespace VRCX
if (pos < 0) if (pos < 0)
return false; return false;
var playerPlayer = line.Substring(offset + 5, pos - (offset + 5)); var displayName = line.Substring(offset + 5, pos - (offset + 5));
var data = line.Substring(pos + 11); var data = line.Substring(pos + 11);
AppendLog(new[] AppendLog(new[]
@@ -668,7 +668,7 @@ namespace VRCX
ConvertLogTimeToISO8601(line), ConvertLogTimeToISO8601(line),
"video-play", "video-play",
data, data,
playerPlayer displayName
}); });
return true; return true;