mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Make auth stuff behave more like real steam.
This commit is contained in:
parent
0677b8e2ff
commit
e252f83e8a
3 changed files with 22 additions and 11 deletions
|
|
@ -760,7 +760,7 @@ const char *GetLobbyData( CSteamID steamIDLobby, const char *pchKey )
|
|||
// other users in the lobby will receive notification of the lobby data change via a LobbyDataUpdate_t callback
|
||||
bool SetLobbyData( CSteamID steamIDLobby, const char *pchKey, const char *pchValue )
|
||||
{
|
||||
PRINT_DEBUG("SetLobbyData %s %s\n", pchKey, pchValue);
|
||||
PRINT_DEBUG("SetLobbyData %llu %s %s\n", steamIDLobby.ConvertToUint64(), pchKey, pchValue);
|
||||
if (!pchKey) return false;
|
||||
char empty_string[] = "";
|
||||
if (!pchValue) pchValue = empty_string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue