mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-17 13:51:09 +02:00
Don't force update powder.pref if the session is still invalid
This commit is contained in:
@@ -122,7 +122,7 @@ void Client::Tick()
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
auto info = versionCheckRequest->Finish();
|
auto info = versionCheckRequest->Finish();
|
||||||
if (!info.sessionGood)
|
if (!info.sessionGood && authUser.UserID)
|
||||||
{
|
{
|
||||||
SetAuthUser(User(0, ""));
|
SetAuthUser(User(0, ""));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user