From 1b8c07b76f633c5c7e308550af2c08972a3f3201 Mon Sep 17 00:00:00 2001 From: Swept Date: Sat, 20 Feb 2021 19:24:54 +0000 Subject: [PATCH] UtilityAI IgnoredComponents (#3339) --- Content.Client/IgnoredComponents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index af62b68c5e..0b305faaeb 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -244,6 +244,7 @@ namespace Content.Client "SolutionTransfer", "Shovel", "ReagentTank", + "UtilityAI", }; } }