From 5b5a6a46be79057995beed59a2b1e4d076e42f3e Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sun, 21 Feb 2021 01:24:32 +0100 Subject: [PATCH] Fix build (#3348) --- Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs b/Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs index 1a1a762b5b..5a0c15fd36 100644 --- a/Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs +++ b/Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs @@ -7,7 +7,7 @@ using YamlDotNet.RepresentationModel; namespace Content.Server.GameObjects.Components.AI { [Prototype("aiFaction")] - public class AiFactionPrototype : IIndexedPrototype, IPrototype + public class AiFactionPrototype : IPrototype { // These are immutable so any dynamic changes aren't saved back over. // AiFactionSystem will just read these and then store them.