diff --git a/steamworks/interfaces/friends.py b/steamworks/interfaces/friends.py index 3e22a2f..3de9b26 100644 --- a/steamworks/interfaces/friends.py +++ b/steamworks/interfaces/friends.py @@ -129,7 +129,7 @@ def ActivateGameOverlayToStore(self, app_id: int) -> None: :param app_id: int :return: None """ - self.steam.ActivateGameOverlayToWebPage(app_id) + self.steam.ActivateGameOverlayToStore(app_id) def ActivateGameOverlayInviteDialog(self, steam_lobby_id: int) -> None: