[Auth] Only set steamid when not anonymous
This commit is contained in:
parent
6e718fc929
commit
b7340583fb
@ -86,7 +86,7 @@ namespace Components
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Steam::Proxy::SteamUser_)
|
if (!Components::Flags::HasFlag("nosteam") && !Dvar::Var("cl_anonymous").get<bool>() && Steam::Proxy::SteamUser_)
|
||||||
{
|
{
|
||||||
infostr.set("realsteamId", Utils::String::VA("%llX", Steam::Proxy::SteamUser_->GetSteamID().Bits));
|
infostr.set("realsteamId", Utils::String::VA("%llX", Steam::Proxy::SteamUser_->GetSteamID().Bits));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user