From 09720868c9b8812d238fa49deafb9869b8b21729 Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 30 Jun 2020 02:03:00 +0900 Subject: [PATCH] bugfix --- LogWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogWatcher.cs b/LogWatcher.cs index 0a8f94c3..f8274846 100644 --- a/LogWatcher.cs +++ b/LogWatcher.cs @@ -230,8 +230,8 @@ namespace VRCX } } } + F.Position = stream.Position; } - F.Position = stream.Position; } } catch