diff --git a/src/index.tsx b/src/index.tsx index 5a7daaa..6c08981 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -173,7 +173,7 @@ const reload = function() { } }); //@ts-ignore - startHook = SteamClient.Apps.RegisterForGameActionStart((actionType, id) => { + startHook = SteamClient.Apps.RegisterForGameActionEnd((actionType, id) => { //@ts-ignore let gameInfo: any = appStore.GetAppOverviewByGameID(id);