mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Typo
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user