From 07ab394198c4d419b4c1944054d8c55622fd7cff Mon Sep 17 00:00:00 2001 From: SpyGuy Date: Fri, 11 Aug 2023 11:54:26 -0400 Subject: [PATCH] Update Ubisoft game instructions Added that Ubisoft Connect is required for the game to be launched. --- legendary/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index e8009f9..a6b4845 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -254,7 +254,8 @@ class LegendaryCLI: _type = game.partner_link_type if _type == 'ubisoft': print(' - This game can be activated directly on your Ubisoft account and does not require ' - 'legendary to install/run. Use "legendary activate --uplay" and follow the instructions.') + 'legendary to install/run. This game requires Ubisoft Connect to be installed. ' + 'Use "legendary activate --uplay" and follow the instructions.') else: print(f' ! This app requires linking to a third-party account (name: "{_type}", not supported)')