mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Typo
This commit is contained in:
@@ -194,7 +194,7 @@ namespace VRCX
|
||||
ParseLogLocation(fileInfo, logContext, line, offset) == true ||
|
||||
ParseLogPortalSpawn(fileInfo, logContext, line, offset) == true ||
|
||||
ParseLogJoinBlocked(fileInfo, logContext, line, offset) == true ||
|
||||
ParseAvatarPedestalChange(fileInfo, logContext, line, offset) == true ||
|
||||
ParseLogAvatarPedestalChange(fileInfo, logContext, line, offset) == true ||
|
||||
ParseLogVideoPlay(fileInfo, logContext, line, offset) == true ||
|
||||
ParseLogVideoError(fileInfo, logContext, line, offset) == true)
|
||||
{
|
||||
@@ -429,7 +429,7 @@ namespace VRCX
|
||||
return true;
|
||||
}
|
||||
|
||||
private bool ParseAvatarPedestalChange(FileInfo fileInfo, LogContext logContext, string line, int offset)
|
||||
private bool ParseLogAvatarPedestalChange(FileInfo fileInfo, LogContext logContext, string line, int offset)
|
||||
{
|
||||
// 2021.05.07 10:48:19 Log - [Network Processing] RPC invoked SwitchAvatar on AvatarPedestal for User
|
||||
|
||||
|
||||
Reference in New Issue
Block a user