mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-10 06:38:34 +01:00
Fix callback being too fast.
This commit is contained in:
parent
e297347c07
commit
50f379aa91
1 changed files with 1 additions and 2 deletions
|
@ -778,8 +778,7 @@ bool SetLobbyData( CSteamID steamIDLobby, const char *pchKey, const char *pchVal
|
||||||
if (result->second == std::string(pchValue)) changed = false;
|
if (result->second == std::string(pchValue)) changed = false;
|
||||||
(*lobby->mutable_values())[result->first] = pchValue;
|
(*lobby->mutable_values())[result->first] = pchValue;
|
||||||
}
|
}
|
||||||
|
trigger_lobby_dataupdate(steamIDLobby, steamIDLobby, true, 0.01, changed);
|
||||||
trigger_lobby_dataupdate(steamIDLobby, steamIDLobby, true, 0.0, changed);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue