mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 21:34:01 +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
|
||||
{
|
||||
auto info = versionCheckRequest->Finish();
|
||||
if (!info.sessionGood)
|
||||
if (!info.sessionGood && authUser.UserID)
|
||||
{
|
||||
SetAuthUser(User(0, ""));
|
||||
}
|
||||
|
Reference in New Issue
Block a user