This commit is contained in:
pypy
2021-01-30 03:48:17 +09:00
parent 5f36ee4951
commit 806073be3c

View File

@@ -81,7 +81,7 @@ namespace VRCX
internal void SaveCookies()
{
if (_cookieDirty == true)
if (_cookieDirty == false)
{
return;
}