From 2100fbe73058e2717abcbdfa1844f840eb4a8da5 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 8 Apr 2021 18:45:27 +1200 Subject: [PATCH] Typo --- LogWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogWatcher.cs b/LogWatcher.cs index 40458125..55db4f15 100644 --- a/LogWatcher.cs +++ b/LogWatcher.cs @@ -193,7 +193,7 @@ namespace VRCX ParseLogLocation(fileInfo, logContext, line, offset) == true || ParseLogPortalSpawn(fileInfo, logContext, line, offset) == true || ParseLogJoinBlocked(fileInfo, logContext, line, offset) == true || - ParseLogVideoError(fileInfo, logContext, line, offset) == true || + ParseLogVideoError(fileInfo, logContext, line, offset) == true) { continue; }