From b52310f641a07a579169ce0ce3b07e7f26f946cb Mon Sep 17 00:00:00 2001 From: qwint Date: Thu, 22 May 2025 08:12:28 -0500 Subject: [PATCH] Wargroove: Cleanup `script_name` Component in `LauncherComponents` (#5021) --- worlds/LauncherComponents.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/worlds/LauncherComponents.py b/worlds/LauncherComponents.py index d587e65d..b3e3d900 100644 --- a/worlds/LauncherComponents.py +++ b/worlds/LauncherComponents.py @@ -232,8 +232,6 @@ components: List[Component] = [ Component('ChecksFinder Client', 'ChecksFinderClient'), # Starcraft 2 Component('Starcraft 2 Client', 'Starcraft2Client'), - # Wargroove - Component('Wargroove Client', 'WargrooveClient'), # Zillion Component('Zillion Client', 'ZillionClient', file_identifier=SuffixIdentifier('.apzl')),