From ea7dc2c8ef05f8d672908fb2f9574dcf9f500840 Mon Sep 17 00:00:00 2001 From: anothersimulacrum Date: Thu, 13 Jun 2024 23:59:17 +0000 Subject: [PATCH] Re-enable running afs and mom together in all_mods Now that the bugs making them incompatible have been fixed, there's no reason to have the exclusion. --- build-scripts/get_all_mods.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-scripts/get_all_mods.py b/build-scripts/get_all_mods.py index 1bd473299f718..6072b78d68031 100755 --- a/build-scripts/get_all_mods.py +++ b/build-scripts/get_all_mods.py @@ -11,8 +11,7 @@ mods_this_time = [] exclusions = [ - # #74443 - incompatibility between mindovermatter and aftershock due to bug - ('mindovermatter', 'aftershock') + # Tuple of (mod_id, mod_id) - these two mods will be incompatible ]