mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Execute any pending callback before ReleaseRequest.
CW-Bug-Id: #22729
This commit is contained in:
parent
22672c5b0a
commit
faf681cd9c
5 changed files with 19 additions and 12 deletions
|
|
@ -230,6 +230,7 @@ MANUAL_METHODS = {
|
|||
|
||||
"ISteamMatchmakingServers_PingServer": lambda ver, abi: abi == 'u',
|
||||
"ISteamMatchmakingServers_PlayerDetails": lambda ver, abi: abi == 'u',
|
||||
"ISteamMatchmakingServers_ReleaseRequest": lambda ver, abi: abi == 'w',
|
||||
"ISteamMatchmakingServers_RequestFavoritesServerList": lambda ver, abi: abi == 'u',
|
||||
"ISteamMatchmakingServers_RequestFriendsServerList": lambda ver, abi: abi == 'u',
|
||||
"ISteamMatchmakingServers_RequestHistoryServerList": lambda ver, abi: abi == 'u',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue