Revert "Change GameAction trigger for profile loading"
This reverts commit f5d35fe95c
.
This commit is contained in:
parent
f5d35fe95c
commit
4940e91917
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ const reload = function() {
|
|||
}
|
||||
});
|
||||
//@ts-ignore
|
||||
startHook = SteamClient.Apps.RegisterForGameActionEnd((actionType, id) => {
|
||||
startHook = SteamClient.Apps.RegisterForGameActionStart((actionType, id) => {
|
||||
//@ts-ignore
|
||||
let gameInfo: any = appStore.GetAppOverviewByGameID(id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue