mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Make lobby ids more like the ones on steam.
This commit is contained in:
parent
a88739a753
commit
6d5cb3181f
2 changed files with 7 additions and 5 deletions
|
|
@ -138,7 +138,7 @@ CSteamID generate_steam_id_anonserver()
|
|||
|
||||
CSteamID generate_steam_id_lobby()
|
||||
{
|
||||
return CSteamID(generate_account_id(), k_unSteamUserDefaultInstance | k_EChatInstanceFlagLobby, k_EUniversePublic, k_EAccountTypeChat);
|
||||
return CSteamID(generate_account_id(), k_EChatInstanceFlagLobby | k_EChatInstanceFlagMMSLobby, k_EUniversePublic, k_EAccountTypeChat);
|
||||
}
|
||||
|
||||
bool check_timedout(std::chrono::high_resolution_clock::time_point old, double timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue