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