From 55f25f07a049379f01ebfb62b3c9515c7c6e0d67 Mon Sep 17 00:00:00 2001 From: pypy Date: Mon, 13 Jul 2020 21:27:47 +0900 Subject: [PATCH] bugfix #68 --- LogWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogWatcher.cs b/LogWatcher.cs index f8274846..d426cb02 100644 --- a/LogWatcher.cs +++ b/LogWatcher.cs @@ -183,7 +183,7 @@ namespace VRCX { time, "Location", - F.Tag, + F.Tag ?? string.Empty, data }); }