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