From ade8c6115befc38298b4c2d0b41d64a2611aade5 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 23 Feb 2021 22:10:56 +0100 Subject: [PATCH] Ignore aiFaction prototype on client. --- Content.Client/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index edcf4ed4f1..c51d82087f 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -80,6 +80,7 @@ namespace Content.Client prototypes.RegisterIgnore("barSign"); prototypes.RegisterIgnore("objective"); prototypes.RegisterIgnore("holiday"); + prototypes.RegisterIgnore("aiFaction"); ClientContentIoC.Register();