Revert "Change GameAction trigger for profile loading"

This reverts commit f5d35fe95c.
This commit is contained in:
NGnius (Graham) 2023-04-05 22:10:40 -04:00
parent f5d35fe95c
commit 4940e91917

View file

@ -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);