diff --git a/src/index.tsx b/src/index.tsx index 6c08981..5a7daaa 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -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);