From 806073be3cc570c7eae30daf0071e8827ebe5fb5 Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 30 Jan 2021 03:48:17 +0900 Subject: [PATCH] typo --- WebApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApi.cs b/WebApi.cs index df7cc5f4..2d0d92d8 100644 --- a/WebApi.cs +++ b/WebApi.cs @@ -81,7 +81,7 @@ namespace VRCX internal void SaveCookies() { - if (_cookieDirty == true) + if (_cookieDirty == false) { return; }